summaryrefslogtreecommitdiff
path: root/tests/template_tests/templates/test_extends_block_error.html
blob: 8133c93ccd313ab17afef8363debcbd7ad80aff1 (plain)
1
2
{% extends "test_extends_block_error_parent.html" %}
{% block content %}{% include "index.html" %}{% include "missing.html" %}{% include "index.html" %}{% endblock %}