{% extends "base.html" %} {% block meta %} {% if page.keywords %} {% endif %} {% if page.author %} {% endif %} {% endblock %} {% block content %}
{{ page.content|safe }}
{% if page.tags %} {% endif %}
{% endblock %}