{% extends "module_base.html" %} {% load djicons %} {% block page_title %}{{ModuleName}}{% endblock %} {% block module_content %} {% include "{{module_id}}/partials/overview.html" %} {% endblock %}