about summary refs log tree commit diff
path: root/sample/template.html
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2021-10-22 23:13:45 -0500
committerStarfall <us@starfall.systems>2023-12-05 10:00:30 -0600
commit6476982874fec8a7e0e77b0f0484c7c8c0c56ea9 (patch)
tree68553e7a203fd3060d10a08582a5d1faf60773ba /sample/template.html
parent5b63c384ef8e100518ff50b9cb023ac07265df35 (diff)
strike: read and process from config file
Diffstat (limited to 'sample/template.html')
-rw-r--r--sample/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/template.html b/sample/template.html
index 3e94683..c8e401a 100644
--- a/sample/template.html
+++ b/sample/template.html
@@ -6,7 +6,7 @@
 <meta name=viewport content="width=device-width, initial-scale=1">
 
 <section>
-	${content}
+	{content}
 </section>
 <footer>
 	<p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>.