package widgets type Widget interface { Render() string }