14 lines
167 B
HTML
14 lines
167 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
|
||
|
|
{% include headsection.html %}
|
||
|
|
|
||
|
|
<body>
|
||
|
|
{% include header.html %}
|
||
|
|
{{ content }}
|
||
|
|
{% include footer.html %}
|
||
|
|
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|