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