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