aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/engine.go
Commit message (Collapse)AuthorAge
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Simplify locale package usage (refactoring)Gravatar Frédéric Guillot2018-09-22
|
* Add more unit tests for template functionsGravatar Frédéric Guillot2018-09-20
|
* Revert cookie flag from strict to lax mode otherwise oauth2 won't workGravatar Frédéric Guillot2018-09-09
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Do not use shared variable to translate templatesGravatar Frédéric Guillot2018-04-27
|
* Move template functions outside engine (refactoring)Gravatar Frédéric Guillot2018-02-04