9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{% include "head.njk" %}
|
|
<body>
|
|
{{ content | safe }}
|
|
{% include "footer.njk" %}
|
|
</body>
|
|
</html>
|