{% include "partials/head.html" %} {% include "partials/header.html" %}
{% block main %} {% if paginator.current_index == 1 %} {% if config.extra.profile.avatar_url or config.extra.profile.name %}
{% if config.extra.profile.avatar_url %}
{{ config.extra.profile.name | default(value=config.title) }}
{% endif %} {% if config.extra.profile.name %}

{{ config.extra.profile.name }}

{{ config.extra.profile.bio | default(value=`A blog by ` ~ config.extra.profile.name) }}
{% if config.extra.profile.social %} {% endif %}
{% endif %}
{% endif %} {% endif %} {% include "partials/page_list.html" %} {% endblock main %}
{% include "partials/footer.html" %}