Fisrt import
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user