summaryrefslogtreecommitdiffstats
path: root/templates_gmi/section_projects.html
blob: bdc504406eefcf92bde201b340fae52efde12c19 (plain)
1
2
3
4
5
6
7
{% extends "base.html" %}

{% block content %}
<!-- START_GEMINI_CONTENT -->
{{ section.content | safe }}
<!-- END_GEMINI_CONTENT -->
{% endblock %}