1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 20:47:09 +00:00
plateforme-tfjm2/templates/index.html
Yohann D'ANELLO 264f2b7e6b Index page
2020-04-29 07:39:52 +02:00

10 lines
176 B
HTML

{% extends "base.html" %}
{% load getconfig %}
{% block content %}
{% autoescape off %}
{{ "index_page"|get_config|safe }}
{% endautoescape %}
{% endblock %}