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