{% extends "public_base.html" %} {% block title %}About — {{ SPLENT_APP }}{% endblock %} {% block head %} {% endblock %} {% block hero %} {{ render_block('hero', eyebrow=_('The lab'), title=_('About'), subtitle=_('Who we are and what we stand for.')) }} {% endblock %} {% block content %}
{% if sections | length > 1 %} {% endif %} {% for s in sections %}

{{ s.title }}

{{ s.content | safe }}
{% else %}

{{ _('No sections yet.') }}

{% endfor %}
{% endblock %}