forked from autonomic-cooperative/cotech-website
14 lines
205 B
HTML
14 lines
205 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
{% include head.html %}
|
|
<body>
|
|
{% include header.html %}
|
|
|
|
<main class="stack">
|
|
{{ content }}
|
|
</main>
|
|
|
|
{% include footer.html %}
|
|
</body>
|
|
</html>
|