mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2024-12-25 19:02:27 +00:00
7 lines
111 B
HTML
7 lines
111 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block content %}
|
||
|
{% autoescape off %}
|
||
|
{% endautoescape %}
|
||
|
{% endblock %}
|