+ {% block left %}
+
+ {% endblock %}
+
+ {% include 'right.html' %}
+
+
+
+ {% include 'footer.html' %}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/4_blog/templates/footer.html b/4_blog/templates/footer.html
new file mode 100644
index 0000000..6cb7efd
--- /dev/null
+++ b/4_blog/templates/footer.html
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/4_blog/templates/header.html b/4_blog/templates/header.html
new file mode 100644
index 0000000..84de0fe
--- /dev/null
+++ b/4_blog/templates/header.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/4_blog/templates/right.html b/4_blog/templates/right.html
new file mode 100644
index 0000000..0290aeb
--- /dev/null
+++ b/4_blog/templates/right.html
@@ -0,0 +1,109 @@
+
\ No newline at end of file