18 lines
250 B
HTML
18 lines
250 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include header.html %}
|
|
<div class="wrapper">
|
|
{{ content }}
|
|
</div>
|
|
|
|
<!-- Google Analytics -->
|
|
<!-- TODO -->
|
|
<!-- End Google Analytics -->
|
|
|
|
</body>
|
|
|
|
</html>
|