Versions in this module Expand all Collapse all v0 v0.0.17 Jan 28, 2023 v0.0.14 Oct 15, 2022 Changes in this version + func AddLayout(uname string, lo *Layout) + func GetSize(c echo.Context) error + func SetClientView(c echo.Context) error + type Area struct + Height int + Width int + func (a Area) String() string + type Layout struct + Content Area + Footer Area + Header Area + Menu Area + Viewport Area + func GetLayout(uname string) *Layout + func (lo *Layout) PostContentHeight() int + func (lo *Layout) PostTitleHeight() int + func (lo *Layout) PostWidth() int + func (lo Layout) String() string