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

Hauptmenü

+{% block content %} +

Hauptmenü

Willkommen auf den Administrationsseiten von Winterrodeln.

- - - +{% endblock %}