all repos — honk @ c2664b500d197b9cecf1a8adb0fca2c6705cb687

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>