Convert templates to partials
This commit is contained in:
@ -25,7 +25,7 @@ func (h *Handler) dashboard(c *gin.Context) {
|
||||
Token: token,
|
||||
Budgets: budgets,
|
||||
}
|
||||
c.HTML(http.StatusOK, "dashboard", d)
|
||||
c.HTML(http.StatusOK, "dashboard.html", d)
|
||||
}
|
||||
|
||||
type DashboardData struct {
|
||||
|
Reference in New Issue
Block a user