portal/_layouts/page-welcome.html

19 lines
340 B
HTML
Raw Normal View History

2020-01-25 22:56:59 +01:00
<!DOCTYPE html>
<html lang="en">
{% include head.html %}
<body>
<div class="screen">
<!-- effects -->
{% include screen-effects.html %}
<div class="screen-content">
2020-01-25 22:56:59 +01:00
<!-- page content -->
<div class="welcome">
{{content}}
<!-- nav -->
{% include nav.html %}
</div>
</div>
</div>
</body>
</html>