Files
site/templates/wip.tmpl
2022-05-09 21:14:57 -06:00

10 lines
251 B
Cheetah

{{ template "header.tmpl" . }}
<h2>Work in progress...</h2>
<p>
This page is not finished yet, check back later!
</p>
<p>
<a href="https://github.com/rawleyfowler/rawleydotxyz">Development progress</a>
</p>
{{ template "footer_no_banners.tmpl" . }}