1
ewpratten.com/_layouts/allposts.html
2019-06-29 16:42:07 -04:00

35 lines
615 B
HTML

<!DOCTYPE html>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
{% include head.html %}
<body>
{% include header.html %}
<!-- Banner -->
<section id="banner" class="major" style="height:40vh">
<div class="inner">
<header class="major">
<h1>{{ page.landing-title }}</h1>
</header>
</div>
</section>
<!-- Main -->
<div id="main">
{% include posts-list.html %}
</div>
{% include footer.html %}
</body>
</html>