{% extends 'base/base.html' %} {% block title %} Entry Point Not Found {% endblock %} {% block content %}

Make sure to place #ENTRY on the first line of the python file you would like to be the entry point

{% endblock %}