{% extends "layout.html" %} {% block content %} {% if config.THEME_SETTINGS.profilepicture %}
profile-picture
{% endif %}

{{ config.THEME_SETTINGS.name | upper }}

{% include "partials/social.html" %}

{{ config.THEME_SETTINGS.about }}

{% endblock content %}