Files
firefrost-website/_includes/layouts/base.njk
2026-04-02 18:39:00 -05:00

9 lines
133 B
Plaintext

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