{% extends "fellchensammlung/base_bulma.html" %} {% load i18n %} {% load custom_tags %} {% block title %}{% translate "Über uns" %}{% endblock %} {% block content %} {% if about_us %}

{{ about_us.title }}

{{ about_us.content | render_markdown }}
{% endif %} {% if faq %}

{{ faq.title }}

{{ faq.content | render_markdown }}
{% endif %} {% endblock %}