8 lines
200 B
XML
8 lines
200 B
XML
{{ $context := . }}
|
|
|
|
{{ $anchor := $context.Anchor }}
|
|
{{ $level := $context.Level }}
|
|
{{ $text := $context.Text }}
|
|
|
|
<h{{ $level }} {{ with $anchor }} id="{{ . }}" {{ end }}>{{ $text }}</h{{ $level }}>
|