From 60b850a1257065fa2c953fea80c4e89e358b7415 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 1 Feb 2015 19:13:39 +0200 Subject: index.html: use base template --- res/templates/index.html | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/res/templates/index.html b/res/templates/index.html index 2212751b..15f656d9 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -1,16 +1,12 @@ - - - Rhizi Prototype - - - - - - - - - - +{% extends "base.html" %} +{% block title %}Rhizi Prototype{% endblock %} +{% block head %} +{{ super() }} + + + +{% endblock %} +{% block content %}