mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-02 15:29:57 +02:00
7 lines
111 B
HTML
7 lines
111 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
{% autoescape off %}
|
|
{% endautoescape %}
|
|
{% endblock %}
|