1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-01-26 07:41:18 +00:00

10 lines
176 B
HTML
Raw Normal View History

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