aboutsummaryrefslogtreecommitdiff
path: root/deps/inja/test/data/html-extend/data.json
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-11-15 12:51:46 +0100
committerToni Uhlig <matzeton@googlemail.com>2021-11-15 12:51:46 +0100
commitc6846d9c3a35145467c3276f35742e562d584b36 (patch)
tree8e1425fae4c5372bf2c3d122d7ef9c652dd00686 /deps/inja/test/data/html-extend/data.json
parentc2ef613b99d01e742127d894756e49f42b1f264d (diff)
parent662f5a771f3807bf7ebd5a3989230d5d0a26659d (diff)
Merge commit '662f5a771f3807bf7ebd5a3989230d5d0a26659d'
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'deps/inja/test/data/html-extend/data.json')
-rw-r--r--deps/inja/test/data/html-extend/data.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/deps/inja/test/data/html-extend/data.json b/deps/inja/test/data/html-extend/data.json
new file mode 100644
index 0000000..c5726a5
--- /dev/null
+++ b/deps/inja/test/data/html-extend/data.json
@@ -0,0 +1,12 @@
+{
+ "author": "Pantor",
+ "date": "23/12/2018",
+ "tags": [
+ "test",
+ "templates"
+ ],
+ "views": 123,
+ "title": "Inja works.",
+ "content": "Inja is the best and fastest template engine for C++. Period.",
+ "footer-text": "This is the footer."
+}