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:
9
templates/index.html
Normal file
9
templates/index.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load getconfig %}
|
||||
|
||||
{% block content %}
|
||||
{% autoescape off %}
|
||||
{{ "index_page"|get_config|safe }}
|
||||
{% endautoescape %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user