{% load static %} {% block title %}ORM Demonstration Project{% endblock %}
{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}

{% block content_title %}{% endblock content_title %}

{% block content %}{% endblock content %}