2022-01-30 09:39:21 +01:00
|
|
|
{% extends 'simple/page_with_header.html' %}
|
2017-02-12 15:06:01 +01:00
|
|
|
{% block content %}
|
2022-01-15 06:09:37 +01:00
|
|
|
{{ help.about | safe }}
|
2022-01-15 09:34:08 +01:00
|
|
|
{% include "__common__/aboutextend.html" ignore missing %}
|
2017-02-12 15:06:01 +01:00
|
|
|
{% endblock %}
|