10 lines
224 B
Text
10 lines
224 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>{% if title %}{{ title }} - {% endif %}{{ metadata.title }}</title>
|
|
</head>
|
|
<body>
|
|
{{ content | safe }}
|
|
<footer>{% include "site_nav.njk" %}</footer>
|
|
</body>
|
|
</html>
|