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