Include header to base html file

This commit is contained in:
henu
2017-09-20 18:44:03 +03:00
parent 3b6f2988df
commit ec5c206c8e
+3
View File
@@ -22,6 +22,9 @@
</head>
<body>
<div class="header">
{% include "sik_header.html" %}
</div>
<div class="page-content">
{% include "navigation.html" %}
{% block content %}