Casual_blog/themes/anubis2/layouts/_default/_markup/render-heading.html
2024-03-07 09:27:02 +03:00

8 lines
257 B
HTML

<h{{ .Level }} id="{{ .Anchor | safeURL }}" {{ if .Attributes.style }}style="{{ .Attributes.style | safeCSS }}"{{ end }}>
<div>
<a href="#{{ .Anchor }}">
{{ range seq 2 .Level}}#{{end}}
</a>
{{ .Text | safeHTML }}
</div>
</h{{ .Level }}>