{% extends "base.html.to" %} {% block content %}
{% for p in projects %} {% end %}
Name
{{ p['name'] }}
{% end %}