diff options
Diffstat (limited to 'testing/templates/child.html')
-rw-r--r-- | testing/templates/child.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/templates/child.html b/testing/templates/child.html new file mode 100644 index 0000000..23aed37 --- /dev/null +++ b/testing/templates/child.html @@ -0,0 +1,2 @@ +{% extends "base.html" %} +{% block content %}Content goes here{% endblock %} |