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

23 lines
426 B
HTML

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