Start moving personal site into db

This commit is contained in:
jmsgrogan 2024-02-11 20:31:36 +00:00
parent fc7943f327
commit f482cb562b
13 changed files with 211 additions and 53 deletions

View file

@ -0,0 +1,10 @@
<header>
<div class="main-nav">
<ul>
{% for page in pages %}
<li><a class="nav-button"
href="/{{page.name | lower}}">{{page.pretty_name}}</a></li>
{% endfor %}
</ul>
</div>
</header>