1
0
Fork 0
jinjax/docs/components/guide/slots/ModalHeader.jinja

10 lines
186 B
Text
Raw Normal View History

{% filter markdown %}{% raw %}
```html+jinja
<header class="modal-header>
<h2 class="modal-title">
{{ content }}
</h2>
<CloseButton />
</header>
```
{% endraw %}{% endfilter %}