{% extends "base.html" %} {% block title %}Projects{% endblock %} {% block content %}
This is a simple list of all our current projects which we work on to further Free Software and Ubuntu.
{% for item in object_list %}{{ item.desclist.0 }}
{% endfor %} {% endblock %}