{% extends 'base.html' %} {% block title %}Ignite it all{% endblock %} {% block content %}

Ignite it all projects


Projects

    {% for project in projects %}
  • {{ project.name }}-->
  • {% endfor %}
{% endblock %}