tpgc.me's backend using Crow!
 
 
 
 
 
 
Go to file
Brett 429b39cf08 dynamic logic based control inside html files using mustash syntax
{{%bool1 && bool2 || (bool3 && !bool4)}}
must be closed exactly as stated!!
{{/bool1 && bool2 || (bool3 && !bool4)}}
2023-08-23 15:27:27 -04:00
crow_test dynamic logic based control inside html files using mustash syntax 2023-08-23 15:27:27 -04:00
include finish logical expression evaluator 2023-08-22 21:57:26 -04:00
libs dynamic logic based control inside html files using mustash syntax 2023-08-23 15:27:27 -04:00
src dynamic logic based control inside html files using mustash syntax 2023-08-23 15:27:27 -04:00
.gitignore finish logical expression evaluator 2023-08-22 21:57:26 -04:00
.gitmodules init 2023-06-25 17:36:11 -04:00
CMakeLists.txt SQLite 2023-08-18 02:21:39 -04:00
design.txt init 2023-06-25 17:36:11 -04:00