diff options
Diffstat (limited to '')
-rw-r--r-- | testing/templates/foo.html | 1 | ||||
-rw-r--r-- | testing/templates/foo.html.jinja | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/testing/templates/foo.html b/testing/templates/foo.html new file mode 100644 index 0000000..85fa64c --- /dev/null +++ b/testing/templates/foo.html @@ -0,0 +1 @@ +foo.html
\ No newline at end of file diff --git a/testing/templates/foo.html.jinja b/testing/templates/foo.html.jinja new file mode 100644 index 0000000..dc645f3 --- /dev/null +++ b/testing/templates/foo.html.jinja @@ -0,0 +1 @@ +foo.html.jinja
\ No newline at end of file |