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

{% translate "Regeln" %}

{% include "fellchensammlung/lists/bulma-list-rules.html" %}

{{ text.title }}

{{ text.content | render_markdown }}
{% endblock %}