{% load static %} {% block title %}Sample Project{% endblock %} {% block style %} {% block dm_head %} {% endblock dm_head %} {% endblock style %}
{% block home_content %}

Welcome to the Sample Project!

This is a demonstration of how to use the APIs Datamodel app. You can view the relation matrix by navigating to /datamodel/.

{% endblock home_content %} {% block dm_content %} {% endblock dm_content %}