X-Git-Url: https://code.kerkeslager.com/?p=txt.house;a=blobdiff_plain;f=txt_house%2Ftemplates%2Findex.html;fp=txt_house%2Ftemplates%2Findex.html;h=fcd6fe9ff77762c16cb899f33193dbfc3377db61;hp=8523976c56b19aa3f9cdaf5303359191f1935d7e;hb=3cdbc0aa5864867577563b5b3a699d47cac79770;hpb=3c5fb86f6a9a6c7fccb7b2975165ce6c29836c16 diff --git a/txt_house/templates/index.html b/txt_house/templates/index.html index 8523976..fcd6fe9 100644 --- a/txt_house/templates/index.html +++ b/txt_house/templates/index.html @@ -1,16 +1,9 @@ - - - - - - txt.house - +{% extends 'base.html' %} - -
- {% csrf_token %} - - -
- - +{% block body %} +
+ {% csrf_token %} + + +
+{% endblock %}