{% extends "base.html" %} {% block content %}

Welcome to the KADMOS / VISTOMS interface!

{% include 'message.html' %}

Click here to start a new KADMOS/VISTOMS session:

{% include 'error.html' %}
Start new VISTOMS session

Click here to start a polulated KADMOS/VISTOMS session with some examples:

{% include 'error.html' %}
Start populated VISTOMS session
{% endblock %}