X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/57817887c1ee390a1e1fb43d822217c7d39f59ce..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/master.html diff --git a/wradmin/templates/master.html b/wradmin/templates/master.html index 98a82aa..9d8275d 100644 --- a/wradmin/templates/master.html +++ b/wradmin/templates/master.html @@ -1,37 +1,45 @@ - - - - - + + + + + {% block head %} + + {% block title %}{% endblock %} - - - + + + {% endblock %} - -

Winterrodeln Administration

+ +

Winterrodeln Administration

-
$message
+{% with messages = get_flashed_messages() %} +{% for message in messages %} +
{{message}}
+{% endfor %} +{% endwith %}
-${select('*|text()')} +{% block content %} +{% endblock %}
- +