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

My Projects

{% for project in section.pages %}
{{ project.title }}

{% if project.description %} {{ project.description }} {% else %} … {% endif %}

{% endfor %}
{% endblock content %}