WIP: page titles

This commit is contained in:
2025-05-19 21:47:30 -07:00
parent 2a3f7f1e9e
commit c8a1632902
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]]