{% extends "base.html" %} {% block title %}Help!{% endblock %} {% block navbar %} {% endblock %} {% block body %}
{% include 'notifications.html' %} {% if helper %}

Hallo {{ helper.name }}!

{% endif %} {% block content %}{% endblock %}
{% if DEBUG %} {% endif %} {% endblock %}