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

Banned Passwords

{% for b in banned %} {{b}}    {% endfor %} {% endblock %}