{% extends "app/base_generic.html" %} {% load static %} {% block title %} Synthesis results{% endblock %} {% block content %} {% if errors %}

{{ errors }}

{% endif %}

There you go!

Your text: {{ text }}

{% endblock %}