8 lines
84 B
HTML
8 lines
84 B
HTML
---
|
|
id:
|
|
type: 'string'
|
|
---
|
|
<h2 id="{{ id | escape_once }}">
|
|
{{- yield -}}
|
|
</h2>
|