{% extends "index.html" %} {% block content %}

Post #{{page.extra.number}}

{{ page.title }}

{% if page.date %} {{ page.date | date(format="%d %B %Y") }} {% endif %} {% if page.category %} {% if config.generate_categories_pages %} {{ page.category }} {% else %} {{ page.category }} {% endif %} {% endif %}
{{ page.content | safe }}
{% endblock content %}