2020-01-25 13:03:42 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
2020-01-25 21:55:42 +01:00
|
|
|
<div class="screen">
|
2021-04-09 21:17:00 +02:00
|
|
|
<!-- effects -->
|
|
|
|
{% include screen-effects.html %}
|
2021-04-09 22:40:11 +02:00
|
|
|
<div class="screen-content">
|
2020-01-25 20:43:15 +01:00
|
|
|
<!-- header -->
|
|
|
|
{% include header.html %}
|
|
|
|
<!-- nav -->
|
|
|
|
{% include nav.html %}
|
|
|
|
<!-- page content -->
|
|
|
|
<main class="post-list">
|
|
|
|
{{content}}
|
|
|
|
</main>
|
2020-01-25 13:03:42 +01:00
|
|
|
|
2020-01-25 20:43:15 +01:00
|
|
|
<!-- footer -->
|
|
|
|
{% include footer.html %}
|
2020-01-25 13:03:42 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|