{% extends "base.html.to" %} {% block content %}
{% for m in members %} {% end %}
Name
{{ m['first_name'] }} {{ m['last_name'] }}
{% end %}