{% extends "base.html" %} {% block title %}{{ file }} · {{ name }} · The Booth{% endblock %} {% block content %}
{{ file }}
{% if is_html %}
{{ body|safe }}
{% else %}
{{ body }}
{% endif %}
{% endblock %}