mirror of
https://git.coop/cotech/website.git
synced 2025-12-17 14:27:31 +00:00
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>
|