mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-03 20:23:23 +00:00
7 lines
138 B
HTML
7 lines
138 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="fw-light">
|
|
{{ .Text | safeHTML }}
|
|
</h{{ .Level }}>
|
|
{{ if eq .Text ""}}
|
|
<hr>
|
|
{{ end }}
|