Documentation ¶ Index ¶ func RenderTemplTemplate(c echo.Context, status int, comp templ.Component) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RenderTemplTemplate ¶ func RenderTemplTemplate(c echo.Context, status int, comp templ.Component) error set WriteHeader for response to the provided status_code, set the Content-Type to be sent as response to the request, and then render the templ component to HTML string Types ¶ This section is empty. Source Files ¶ View all Source files web.go Click to show internal directories. Click to hide internal directories.