Convert templates to partials
This commit is contained in:
@ -39,5 +39,5 @@ func (h *Handler) accounts(c *gin.Context) {
|
||||
Accounts: accounts,
|
||||
}
|
||||
|
||||
c.HTML(http.StatusOK, "accounts", d)
|
||||
c.HTML(http.StatusOK, "accounts.html", d)
|
||||
}
|
||||
|
Reference in New Issue
Block a user