Sign in
apache
/
artemis-website
/
refs/heads/main
/
.
/
src
/
_layouts
/
default.html
blob: ab9dabf755936c5d008db8d7c4ce0510aca687e9 [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
{% include head.html %}
<body>
{% include nav.html %}
<div
class
=
"content"
>
{{ content }}
</div>
{% include footer.html %}
</body>
</html>