X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/4d3b1690a86631b4b1abc74dfa4c4e5bde8faf10..65cb4c839cdd5819d977714f82d7e5d8e969f0d5:/data/templates/index.htm 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 %}