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