Files
site/templates/wip.tmpl
2022-02-13 14:09:44 -06:00

10 lines
252 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://gitlab.com/rawleyIfowler/rawleydotxyz">Development progress</a>
</p>
{{ template "footer_no_banners.tmpl" . }}