{% extends "_page.html" %} {%- block page_layout -%}no-sidebar{%- endblock %} {%- block subtitle -%} {{ ui.subtitle_item(_("About")) }} {{- super() }} {%- endblock %} {%- block breadcrumb_content %} {{ super() }} {{ ui.breadcrumb("About", h.url_for("home.about")) }} {%- endblock %} {%- block primary_content_inner %} {%- if g.site_about %}
{{ h.render_markdown(g.site_about) }}
{%- else %} {{ ui.heading( _("About"), level=1) }} {% include "home/_about_text.html" %} {%- endif %} {%- endblock %}