{% extends "base.jinja2" %} {% from "_formhelpers.jinja2" import render_field, render_label, render_input %} {% block title %}UnderCover{% endblock %} {% block head %} {% endblock head %} {% block content %}
There is likely a typo in one of your variables (the {\blabla} bits). Make sure each is spelled correctly, and has the correct brackets on either side
{% for error in letter_errors %} {{ error }} {% endfor %}