Files
kisukalat.go/pages/blog.html
T
2026-09-09 02:14:19 +03:00

9 lines
143 B
HTML

{{define "content"}}
<h2>
blogs
</h2>
<ul>
<li><a href="/blog/xmpp">hosting xmpp on i2p</a> — september 9th 2026</li>
</ul>
{{end}}