{% include "partials/head.html" %} {% include "partials/header.html" %}
{% block main %} {% if paginator is undefined or paginator.current_index == 1 %} {% include "partials/profile.html" %} {% endif %} {% include "partials/page_list.html" %} {% endblock main %}
{% include "partials/footer.html" %}