{% extends "themes/"|add:settings.page_theme|add:"/base.html" %} {% block head_extensions %} {% endblock head_extensions %} {% block content %} {% with link=True %} {% for project in projectlist %}
{% include 'patt/project/project.html' %}
{% endfor %} {% endwith %} {% endblock content %}