{% extends "base.html" %} {% block title %}New Message{% endblock %} {% block content %} Infiltrate the Network Choose your target and craft your message carefully. Target: {% for name, blurb in villains.items() %} {{ name }} {% endfor %} {{ villains['Bane'] }} Message Content: Send Message {% endblock %}
Choose your target and craft your message carefully.