added variable templating, template parts
This commit is contained in:
3
web/views/part/json_out.html
Normal file
3
web/views/part/json_out.html
Normal file
@ -0,0 +1,3 @@
|
||||
<pre>
|
||||
{{json_code}}
|
||||
</pre>
|
||||
@ -1 +1 @@
|
||||
<key>:<val>
|
||||
{{key}}:{{val}}
|
||||
Reference in New Issue
Block a user