From: Christian Weiske Date: Tue, 27 Mar 2012 06:19:25 +0000 (+0200) Subject: use base template for new paste creation page X-Git-Tag: v0.1.0~93 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/65cb4c839cdd5819d977714f82d7e5d8e969f0d5?hp=4d3b1690a86631b4b1abc74dfa4c4e5bde8faf10 use base template for new paste creation page --- diff --git a/data/templates/index.htm b/data/templates/index.htm index eea509b..26a22c3 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -1,4 +1,7 @@ +{% extends "base.htm" %} +{% block title %}New paste{% endblock %} +{% block content %}

@@ -17,9 +20,10 @@

- +

-
\ No newline at end of file + +{% endblock %}