{% extends "variables.html" %} {% block html -%} {%- include "partials/head.html" %} {% include "injects/head.html" ignore missing %} {% include "partials/head_res.html" %} {% include "injects/head_end.html" ignore missing %} {% include "partials/header.html" %} {% include "injects/body_start.html" ignore missing %}
{%- if config.build_search_index %} {% include "partials/search.html" %} {%- endif %} {% block main %} {%- if g_profile is defined %} {%- if paginator is undefined or paginator.current_index == 1 %} {% include "partials/profile.html" %} {%- endif %} {%- elif section.title %}

{{ section.title }}

{%- endif %} {%- if section.content %}
{{ section.content | safe }}
{%- endif %} {% include "partials/page_list.html" %} {% endblock main %}
{% include "partials/footer.html" %} {% include "partials/body_res.html" %} {% include "injects/body_end.html" ignore missing %} {%- endblock html %}