diff options
Diffstat (limited to 'testing/templates')
-rw-r--r-- | testing/templates/json.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/templates/json.html b/testing/templates/json.html new file mode 100644 index 0000000..e711c10 --- /dev/null +++ b/testing/templates/json.html @@ -0,0 +1 @@ +{"foo": "{{ foo }}", "bar": "{{ bar }}"} |