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