portal/_layouts/page-welcome.html
Patrick Tschuchnig 539cc0e302 welp, mistake
2020-01-26 01:58:08 +01:00

18 lines
323 B
HTML

<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="screen">
<div class="screen-image"></div>
<div class="screen-content crt">
<!-- page content -->
<div class="welcome">
{{content}}
<!-- nav -->
{% include nav.html %}
</div>
</div>
</div>
</body>
</html>