Template
1
0
Fork 0

Whoopsie daisy!!! >.<

This commit is contained in:
Atridad Lahiji 2024-02-08 19:43:45 -07:00
parent 4a0b59c45b
commit 99eca20edc
No known key found for this signature in database

View file

@ -74,5 +74,5 @@ func Post(c echo.Context) error {
partials := []string{"header", "navitems"} partials := []string{"header", "navitems"}
// Render the template // Render the template
return lib.RenderTemplate(c.Response().Writer, "base", partials, props) return lib.RenderTemplate(c.Response().Writer, "post", partials, props)
} }