mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
19 lines
304 B
HTML
19 lines
304 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
|
|
|
|
{%- include head.html -%}
|
|
|
|
<body>
|
|
|
|
<main class="page-content" aria-label="Content">
|
|
<div class="wrapper">
|
|
{{ content }}
|
|
</div>
|
|
</main>
|
|
|
|
{%- include footer.html -%}
|
|
|
|
</body>
|
|
|
|
</html>
|