20 lines
415 B
HTML
20 lines
415 B
HTML
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
<div class="site-ctr">
|
|
<!-- Navbar -->
|
|
{% include nav.html %}
|
|
|
|
<div class="reactive-bg">
|
|
<div class="post container" style="min-height:100vh">
|
|
<div class="list-group" id="posts">
|
|
<h1>page.title</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% include footer.html %}
|
|
|
|
|
|
</body> |