{% extends '_base.html' %} {% block hero %}
{% if section.extra.title %}

{{ section.extra.title | markdown | safe }}

{% endif %}
{% endblock %}