feedmode/templates/html.html
2022-01-27 22:27:50 +01:00

10 lines
125 B
HTML

{% extends "base.html" %}
{% block pagetype %}
scroll
{% endblock %}
{% block content %}
{{ html | safe }}
{% endblock %}