{% extends "boards/base.html" %} {% load i18n %} {% block head %} {% trans 'Preview' %} - {{ site_name }} {% endblock %} {% block content %}
{% if result %}
{% autoescape off %} {{ result }} {% endautoescape %}
{% endif %} {% endblock %}