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