diff options
Diffstat (limited to 'includes/js/dojox/dtl/tests/templates')
-rw-r--r-- | includes/js/dojox/dtl/tests/templates/hello.html | 1 | ||||
-rw-r--r-- | includes/js/dojox/dtl/tests/templates/pocket.html | 1 | ||||
-rw-r--r-- | includes/js/dojox/dtl/tests/templates/pocket2.html | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/includes/js/dojox/dtl/tests/templates/hello.html b/includes/js/dojox/dtl/tests/templates/hello.html deleted file mode 100644 index 18e4c1a..0000000 --- a/includes/js/dojox/dtl/tests/templates/hello.html +++ /dev/null @@ -1 +0,0 @@ -Hello, <span>{{ person }}</span>
\ No newline at end of file diff --git a/includes/js/dojox/dtl/tests/templates/pocket.html b/includes/js/dojox/dtl/tests/templates/pocket.html deleted file mode 100644 index f78c520..0000000 --- a/includes/js/dojox/dtl/tests/templates/pocket.html +++ /dev/null @@ -1 +0,0 @@ -{% block pocket %}Hot{% endblock %} Pocket
\ No newline at end of file diff --git a/includes/js/dojox/dtl/tests/templates/pocket2.html b/includes/js/dojox/dtl/tests/templates/pocket2.html deleted file mode 100644 index 547f9a2..0000000 --- a/includes/js/dojox/dtl/tests/templates/pocket2.html +++ /dev/null @@ -1 +0,0 @@ -{% for item in items %}({% block pocket %}Hot{% endblock %}) {% endfor %}Pocket
\ No newline at end of file |