19 lines
315 B
HTML
19 lines
315 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include header.html %}
|
|
{% include header_mobile.html %}
|
|
<div id="main-content" class="wrapper">
|
|
{{ content }}
|
|
</div>
|
|
|
|
<!-- Google Analytics -->
|
|
<!-- TODO -->
|
|
<!-- End Google Analytics -->
|
|
|
|
</body>
|
|
|
|
</html>
|