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

7 lines
138 B
HTML

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