2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-04 20:53:24 +00:00
2022-06-21 23:03:03 -04:00

7 lines
121 B
HTML

<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
</h{{ .Level }}>
{{ if eq .Text ""}}
<hr>
{{ end }}