(c echo.Context)
| 216 | } |
| 217 | |
| 218 | func (srv *Server) WebHome(c echo.Context) error { |
| 219 | data := pongo2.Context{} |
| 220 | return c.Render(http.StatusOK, "templates/home.html", data) |
| 221 | } |
| 222 | |
| 223 | func (srv *Server) WebSpecZeroOne(c echo.Context) error { |
| 224 | data := pongo2.Context{} |