Files
mirri_tools/web_tools/templates/index.html
T
2022-02-18 12:12:42 +01:00

12 lines
378 B
HTML

{% 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 %}