numerus/pkg
jordi fita mas 9aee33511a Move page titles to their respective templates
I have been thinking about that, and it does not make that much sense to
have the titles in the Go source anymore: most of them are static text
that i have to remember to set in the controller each time, and when
the time come i have to face a dynamic title i am sure i will manage
with only the template capabilities—worst comes worst, i can always
define a function.

On the other hand, there is no way i can define a template without its
title and i know that everytime that template is used, no matter what
controller rendered it, it will always have that title.
2023-01-31 13:07:17 +01:00
..
company.go Move page titles to their respective templates 2023-01-31 13:07:17 +01:00
contacts.go Move page titles to their respective templates 2023-01-31 13:07:17 +01:00
db.go Prefix with “Must” all functions that panic 2023-01-22 20:37:43 +01:00
locale.go Change a Go variable to camel case 2023-01-30 16:40:51 +01:00
logger.go Move source file to the root of pkg 2023-01-17 10:40:22 +01:00
login.go Rename extension of templates to .gohtml 2023-01-30 16:48:21 +01:00
profile.go Move page titles to their respective templates 2023-01-31 13:07:17 +01:00
recover.go Gofmt recover.go 2023-01-22 20:37:34 +01:00
router.go Rename extension of templates to .gohtml 2023-01-30 16:48:21 +01:00
template.go Rename extension of templates to .gohtml 2023-01-30 16:48:21 +01:00