summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja')
-rw-r--r--cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja19
1 files changed, 19 insertions, 0 deletions
diff --git a/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja b/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja
new file mode 100644
index 0000000..19947b5
--- /dev/null
+++ b/cds-regression-test/cba/resource-resolution/Templates/hello-world-template.jinja
@@ -0,0 +1,19 @@
+{
+ "default": "{{ j_default }}",
+ "input": "{{ j_input }}",
+ "script": {
+ "python": "{{ j_python }}",
+ "kotlin": {
+ "base": "{{ j_kotlin }}"
+ "from suspend function": "{{ from_suspend_function }}"
+ }
+ },
+ "db": "{{ j_db[0].value }}",
+ "rest": {
+ "GET": "{{j_get}}",
+ "POST": "{{j_post}}",
+ "PUT": "{{j_put}}",
+ "PATCH": "{{j_patch}}",
+ "DELETE": "{{j_del}}"
+ }
+}