all repos — honk @ 72b0de15ae6d04d7ed6aedccda05e1724ce38a5f

my fork of honk

views/about.html (view raw)

 1
 2
 3
 4
 5
 6
 7
{{ template "header.html" . }}
<main>
<div class="info">
<h3>What is honk?</h3>
<p>Honk is amazing!
</div>
</main>