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