{% import "macros.html" as macros %}
{% include "partials/head.html" %}
{% include "partials/header.html" %}
{% include "injects/body_start.html" ignore missing %}
{% 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" %}
{% include "injects/body_end.html" ignore missing %}