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

{{ title }}

Published on {{ date }} by {{ author }}

{% if tags %}
{% for tag in tags %} {{ tag }} {% endfor %}
{% endif %} {{ content }}
{% endblock %}