added variable templating, template parts

This commit is contained in:
2025-10-12 14:35:15 +00:00
parent 68c9aad3a1
commit 1a1ef9b55f
10 changed files with 59 additions and 8 deletions

View File

@ -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>

View File

@ -1 +1 @@
<welcome_message>
{{welcome_message}}

View File

@ -0,0 +1,3 @@
<pre>
{{json_code}}
</pre>

View File

@ -1 +1 @@
<key>:<val>
{{key}}:{{val}}

View File

@ -1,3 +1,3 @@
<div>
<p><fnr></p>
<p>{{fnr}}</p>
</div>