<% _stylesheets = attr 'stylesheets' %> <% _author = attr 'author' %> <% _description = attr 'description' %> <% _lang = attr 'lang' %> <% _site_copyright_year = attr 'site-copyright-year' %> <% _copyright_year = attr 'copyright-year' %> <% _site_name = attr 'site-name' %> <% _title = title %> <% _posts = posts %> <%= _title %> | <%= _site_name %> <% for stylesheet in _stylesheets %> <% end %>
<% for post in _posts %>

<%= post.doctitle %>

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

<% end %>