diff options
Diffstat (limited to 'templates_gmi/section_projects.html')
| -rw-r--r-- | templates_gmi/section_projects.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates_gmi/section_projects.html b/templates_gmi/section_projects.html new file mode 100644 index 0000000..be0db07 --- /dev/null +++ b/templates_gmi/section_projects.html @@ -0,0 +1,5 @@ +{% extends "base.html" %} + +{% block content %} +{{ section.content | safe }} +{% endblock %} |
