{% extends 'base.html' %} {% block title %}{{ thema.titel }}{% endblock %} {% block content %}

{{ thema.titel }}

{% if thema.pic != "" %}
{% endif %}

{{ thema.infotext }}

{{ thema.zusatztext }}

{% for frage in fragen %}

{{ frage.text }}

{% endfor %}
{% endblock %}