{% macro info(article, what="h1") %}
<{{what}} class="art">{{ article.title }} {{ article.author }} on {{ article.datetime.astimezone().date() }}
{% endmacro %} {% macro nav(article) %}
{% if article.older -%} previous article {%- else -%} {%- endif -%} view archive {%- if article.newer %} next article {%- else %} {%- endif %}
{% endmacro %}