package template import "gitnet.fr/deblan/budget/backend/view" templ Fav(url string) { } templ Head(title string) { @Fav(view.Asset("static/img/favicon.png")) { title } @templ.Raw(view.EntrypointCss("main")) } templ JS() { @templ.Raw(view.EntrypointJs("main")) }