{% for tag in taxonomy.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}
{% endif %}
Abstract
This paper presents the contents of "{{ title }}" by {{ config.site.author }}, submitted {{ published_date }}. The following sections develop the main arguments and supporting material in a systematic manner.
{{ content | safe }}
Proof.
The assertions above follow directly from the preceding definitions and observations. The reader may verify each claim by inspection.
■
{% if taxonomy.tags %}
Keywords
{% for tag in taxonomy.tags %}{{ tag }}{% if not loop.last %}, {% endif %}{% endfor %}.