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

7 lines
125 B
Text
Raw Normal View History

{% filter markdown %}{% raw %}
```html+jinja
<dialog class="modal">
{{ content }}
</dialog>
```
{% endraw %}{% endfilter %}