WIP: page titles

This commit is contained in:
2025-06-16 20:18:05 -07:00
parent f001942c3e
commit 42e519d949
4 changed files with 21 additions and 7 deletions

5
about.html Normal file
View File

@@ -0,0 +1,5 @@
$some[[<p>$one and then $two</p> ]]
$if{ true, target = 'World' }[[ Hello $target! ]], [[ Hi $target! ]]
$each{ { thing = "bye" }, { thing = "hello" } }[[$thing]]