{% load static %} {% block title %} title is provided by inheriting templates {% endblock %} {% block head %}{% endblock %}

EZ University

Course Information System

{% block content %}
{% block org_content %} This is default content! {% endblock %}
{% block create_button %}{% endblock %}
{% block content_footer %}{% endblock %}
{% endblock %}