16 lines
223 B
HTML
Executable file
16 lines
223 B
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
<main id="main" role="main">
|
|
{% include header.html %}
|
|
{{ content }}
|
|
{% include footer.html %}
|
|
</main>
|
|
|
|
</body>
|
|
</html>
|