{% set intro = g.site_intro_text %}
{% if intro %} {{ h.render_markdown(intro) }} {% else %}

{{ _("Welcome to DCOR-med") }}

This is a DCOR instance branded for medical usage.

{% endif %}
{% block home_image %} {% endblock %}