{% extends "base.html" %} {% block content %}

Puedes enviarme un mensaje directamente.

Tu nombre:

Te puedo responder a:

Mensaje:

{{ contexto['pregunta'] }}
{% for opcion in contexto['opciones'] %} {{ opcion }}   {% endfor %}

{% endblock %}