summaryrefslogtreecommitdiff
path: root/templates.go
AgeCommit message (Collapse)Author
2023-04-13Remove unnecessary FIXMExengineering
The security advice cares about HTML injected from recipe markup into HTML templates. This is not a considered threat because the user is trusted in this earlx version.
2023-04-12Switch to unnested configxengineering
This is now just not needed.
2023-02-12Centralize templatingxengineering
This makes templating easier and allows to use partial templates.
2023-02-11Apply go fmt *.goxengineering
This auto-applies the recommended Go codestyle.
2023-02-08Move all sources to package mainxengineering
This project is not so big that it needs multiple packages.