flatter html
This commit is contained in:
parent
cf2e217030
commit
a74c276cd3
11 changed files with 84 additions and 107 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
templ CakePage(cake models.Cake, allTags []models.Tag) {
|
||||
@Layout(CakeTitle(cake), templ.NopComponent, CakeForm(cake, allTags))
|
||||
@Layout(CakeTitle(cake), CakeForm(cake, allTags))
|
||||
}
|
||||
|
||||
templ CakeForm(cake models.Cake, allTags []models.Tag) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue