Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-18 | Render posts completely using common rendering methods | Brian 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. |