{% block head %} {% if page %}{{ page.title }}{% endif %} {% if article %}{{ article.title }}{% endif %} {% endblock %}
{% block content %} {% endblock %}
{% if page %}{% endif %} {% if article %}{% endif %}