description = "Blog layout"
==
{% partial 'html/head' %}
{% partial 'nav/section-nav' color="purple" active="blog" %}
{% if this.page.heading %}
{{ this.page.heading }}
{% else %}
Blog
{% endif %}
Testing the Winter.Blog plugin.
{% page %}
{% partial 'html/foot' %}