7 lines
125 B
Text
7 lines
125 B
Text
|
{% filter markdown %}{% raw %}
|
||
|
```html+jinja
|
||
|
<dialog class="modal">
|
||
|
{{ content }}
|
||
|
</dialog>
|
||
|
```
|
||
|
{% endraw %}{% endfilter %}
|