{% block main %} {% if page.title %}

{{ page.title }}

{% endif %} {% if page.tags %}
Posted in {% for t in page.tags -%} {{t}}{% if not loop.last %}, {% endif %} {%- endfor %}
{% endif %} {{ content|safe }} {% endblock %}