X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/113834c69ab875c15b07b21f1b959bea2abe29a3..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/index.html diff --git a/wradmin/templates/index.html b/wradmin/templates/index.html index 82db47b..5a449fb 100644 --- a/wradmin/templates/index.html +++ b/wradmin/templates/index.html @@ -1,32 +1,20 @@ - - - - +{% extends "master.html" %} +{% block title %}Hauptmenü{% endblock %} - - Hauptmenü - - - -

Hauptmenü

+{% block content %} +

Hauptmenü

Willkommen auf den Administrationsseiten von Winterrodeln.

- - - +{% endblock %}