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

{{ page.title }}

{% if page.date %} {% endif %} {% if page.description %}

{{ page.description }}

{% endif %} {% if page.tags %} {% endif %}
{{ content | safe }}
{% endblock content %}