2024-10-16 04:34:57 +00:00
|
|
|
{{ define "title" }}Home{{ end }}
|
|
|
|
{{ define "main" }}
|
2024-12-15 17:23:53 +00:00
|
|
|
{{ if .IsAuthenticated }}
|
|
|
|
<h2>Tools</h2>
|
2024-10-23 05:25:30 +00:00
|
|
|
<p>
|
2024-12-15 17:23:53 +00:00
|
|
|
<a href="/guestbooks">Guestbooks</a>
|
2024-10-23 05:25:30 +00:00
|
|
|
</p>
|
2024-12-15 17:23:53 +00:00
|
|
|
{{ else }}
|
|
|
|
<h2>Welcome</h2>
|
|
|
|
Welcome to webweav.ing, a collection of webmastery tools created by the <a href="https://32bit.cafe">32-Bit Cafe</a>.
|
|
|
|
{{ end }}
|
2024-10-16 04:34:57 +00:00
|
|
|
{{ end }}
|