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

Ignite it all


About

{% for entry in maindata_entries %}

{{ entry.about }}

{% endfor %}

Projects

{% endblock %} ```