{% extends 'leprikon/default.html' %} {% load i18n cms_tags %} {% block content %}

{% block title %}{{ title }}{% endblock %}

{% if placeholder %} {% static_placeholder placeholder %} {% endif %} {{ instructions | safe }}

{{ question }}

{% csrf_token %}
{% if back_url %} {{ back_label }} {% endif %}
{% endblock %}