-
- {% block about %} - {% if g.site_about %} - {{ h.render_markdown(g.site_about) }} - {% else %} -

{{ _('About') }}

- {% snippet 'home/snippets/about_text.html' %} - {% endif %} - {% endblock %} -
-