{% extends "base.html" %}
{% block content %}
{{ section.content | safe }}
This page is also available in:
{% for l in section.translations %}
{% if l.lang != lang %}
{{ trans(key=l.lang) }}
{% endif %}
{% endfor %}
{% for sub in section.subsections %}
{% set s = get_section(path=sub) %}