<% _stylesheets = stylesheets %> <% _author = author %> <% _description = description %> <% _lang = lang %> <% _site_copyright_year = site_copyright_year %> <% _copyright_year = copyright_year %> <% _site_name = site_name %> <% _doctitle = doctitle %> <% _header_title = header_title %> <% _posts = posts %> <%= _doctitle %> | <%= _site_name %> <% for stylesheet in _stylesheets %> <% end %>
<% for post in _posts %>

<%= post.doctitle %>

<%= post.attributes['description'] %>

<% end %>