{% extends 'base/header.html' %} {% block title %}View Function Error{% endblock %} {% block widget_content %}
Error Message:
{{ error_message }}
{% if function_name %}
Function Context:
Function: {{ function_name }}
{% if template_name %}Template: {{ template_name }}
{% endif %} {% if templates_dir %}Templates Directory: {{ templates_dir }}{% endif %}
{% endif %}
{% endblock %}