summaryrefslogtreecommitdiffstats
path: root/cds-regression-test/cba/cba/resource-resolution/Templates/hello-world-template.jinja
blob: 19947b5111798dc8a838da46fd995b8fe09f5b83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}}"
  }
}