Web/layouts/posts/single.html

6 lines
69 B
HTML
Raw Normal View History

2024-02-21 17:58:07 +01:00
{{ define "main" }}
<p>📅 TODO, DATE</p>
{{ .Content }}
{{ end }}