{% extends 'stadt/stadt.html' %} {% block title %}Hilfe - {{ block.super }}{% endblock %} {% block content_header %} {% if STADTGESTALTEN_SHOW_HEADER %}
{% include 'core/_heading.html' with title=about_group.name %}
{% if intro_text %}

{{ intro_text }}

{% endif %} {% include 'stadt/_index_header.html' %} {% endif %} {% endblock %} {% block heading_title %}

Hilfe

{% endblock %} {% block content %} {% if about_text %}

Über {{ about_group }}

Finde heraus, worum es hier geht.

{% endif %} {% if tools_text %}

Werkzeuge im Detail

Lies nach, welche Funktionen es gibt.

{% endif %}
{% load staticfiles %}

Textformatierung

So kannst du deine Texte gestalten.

{% include 'core/_heading.html' with title='Kontakt' icon='sg-message' %}

Du findest Dich noch nicht zurecht oder hast Verbesserungsvorschläge? Schreib uns, wir helfen Dir gerne.

{% include 'conversations/_create_form.html' %}
{% include 'core/_heading.html' with title='Mehr' icon='sg-more' %}
{% if about_group %}
{% if about_group.avatar %} {% endif %}

Gruppe @{{ about_group.slug }}

Die Menschen hinter der Plattform {{ site.name }}

{% endif %}

Impressum

Juristische Angaben zu Betreiberin und Betrieb

Datenschutz

Was mit deinen Daten passiert

{% load staticfiles %}

grouprise

Die Software, mit der {{ about_group }} betrieben wird

{% endblock %}