{% include header.html %} {% include nav.html %}

[ No{% for post in site.posts %} {% if post.title == page.title %} {{ forloop.index | roman }} {% endif %} {% endfor %} ]  {{ page.keywords }}

{{ page.title | upcase }}

{% if page.abstract %}
{{ page.abstract }}
{% endif %} {% if page.category %}

{{ page.category }}

{% endif %}

{{ site.location | upcase }}

{{ page.date | date_to_long_string | upcase }}
{{ content }}

by {{ page.author }}