added variable templating, template parts
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<title>{{template_title}}</title>
|
||||
|
||||
<style></style>
|
||||
</head>
|
||||
<body>
|
||||
@ -1 +1 @@
|
||||
<welcome_message>
|
||||
{{welcome_message}}
|
||||
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}}
|
||||
@ -1,3 +1,3 @@
|
||||
<div>
|
||||
<p><fnr></p>
|
||||
<p>{{fnr}}</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user