add page layout
This commit is contained in:
parent
b23ee23950
commit
3af10b4b54
|
@ -0,0 +1,10 @@
|
|||
{% include head.html %}
|
||||
<body>
|
||||
{% include header.html %}
|
||||
{{ content }}
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
Loading…
Reference in New Issue