mw-ui/resources/templates/trusted-content.html

7 lines
117 B
HTML

{% extends "templates/base.html" %}
{% block content %}
<div>
{{content|safe}}
</div>
{% endblock %}