1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 18:07:10 +00:00
plateforme-tfjm2/templates/index.html

10 lines
176 B
HTML
Raw Normal View History

2020-04-29 05:39:52 +00:00
{% extends "base.html" %}
{% load getconfig %}
{% block content %}
{% autoescape off %}
{{ "index_page"|get_config|safe }}
{% endautoescape %}
{% endblock %}