{% extends "base.html" %} {% block content %}

{{ section.title }}

{% if section.description %}

{{ section.description }}

{% endif %}
{{ section.content | safe }} {% if config.extra.author.avatar %}
{% endif %}
{% endblock %}