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