1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 09:18:23 +02:00

Index page

This commit is contained in:
Yohann D'ANELLO
2020-04-29 07:39:52 +02:00
parent 0ba38311c7
commit 264f2b7e6b
18 changed files with 879 additions and 4 deletions

9
templates/index.html Normal file
View File

@ -0,0 +1,9 @@
{% extends "base.html" %}
{% load getconfig %}
{% block content %}
{% autoescape off %}
{{ "index_page"|get_config|safe }}
{% endautoescape %}
{% endblock %}