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