26 lines
No EOL
363 B
Text
26 lines
No EOL
363 B
Text
---
|
|
title: base
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{% include "layouts/header.njk" %}
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<bg-gradient aria-hidden="true"></bg-gradient>
|
|
<bg-image aria-hidden="true"></bg-image>
|
|
|
|
{% include "layouts/navbar.njk" %}
|
|
|
|
<main>
|
|
{{ content | safe }}
|
|
</main>
|
|
|
|
{% include "layouts/footer.njk" %}
|
|
|
|
</body>
|
|
|
|
</html> |