diff --git a/tests/samples/codefiles/html-django.html b/tests/samples/codefiles/html-django.html new file mode 100644 index 0000000..f9f3c59 --- /dev/null +++ b/tests/samples/codefiles/html-django.html @@ -0,0 +1,37 @@ +{% extends "common/base.html" %} +{% block subtitle %}Login{% endblock %} + +{% block js %} + {% compress 'js' %} + + {% endcompress %} +{% endblock %} + +{% block content %} +