From 28b67ad39af15d27bad7e55a0ae7fafe91139239 Mon Sep 17 00:00:00 2001 From: Yaroslsav-95 Date: Wed, 31 Jan 2018 08:27:11 +0300 Subject: Initial --- weblog/templates/weblog_base.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 weblog/templates/weblog_base.html (limited to 'weblog/templates/weblog_base.html') diff --git a/weblog/templates/weblog_base.html b/weblog/templates/weblog_base.html new file mode 100644 index 0000000..536e736 --- /dev/null +++ b/weblog/templates/weblog_base.html @@ -0,0 +1,28 @@ + +{% load static %} + + + + Simple blog - {% block title_block %} Home {% endblock %} + + + + + + + + +
+ {% block content_block %} + {% block blog_block %} + {% endblock %} + {% endblock %} +
+ + \ No newline at end of file -- cgit v1.2.3