{% extends "base.html" %} {% block title %} {{ page_title }} - {{ site_title }} {% endblock %} {% block content %} {{ page_content }} {% for tag in page_tags %} {{ tag }} {% endfor %} {% if page_date %}

Posted on {{ page_date }}

{% endif %}
{% endblock %}