summaryrefslogtreecommitdiff
path: root/src/render/methods.go
AgeCommit message (Collapse)Author
2024-05-26Refactor how preprocess functions work a bitBrian Picciano
2024-05-26Replace URL building methods with the URLBuilderBrian Picciano
2024-05-19Get rid of most of preprocess funcs, only Image leftover for convenienceBrian Picciano
2024-05-18Replace all URL rendering within templates by a URLConstructorBrian Picciano
2024-05-18Remove most custom template functions from html templatingBrian Picciano
2024-05-18Remove most rendering related querying from go http handlersBrian Picciano
2024-05-18Render posts completely using common rendering methodsBrian Picciano
The aim is to reduce reliance on custom logic in the handlers for every protocol, eventually outsourcing all of it into `render.Methods`, leaving each protocol to simply direct calls to the correct template.