Get the template that caused the exception and get the exception info from that template, using the node that caused the exception.
3 lines
115 B
HTML
3 lines
115 B
HTML
{% extends "test_extends_block_error_parent.html" %}
|
|
{% block content %}{% include "missing.html" %}{% endblock %}
|