Fisrt import

This commit is contained in:
2022-02-18 12:12:42 +01:00
commit ffe2ea5579
57 changed files with 10319 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{% extends "base.html" %}
{% load static %}
{% block title %} Mirri tools {% endblock title %}
{% block navigator %} Mirri tools {% endblock navigator %}
{% block page_title %} {% endblock page_title %}
{% block content %}
<h2>Here you can find useful tools to deal with MIRRI data</h2>
<!-- <ul>
<li><a href='/validator'>Validator</a></li>
</ul> -->
{% endblock content %}