Versions in this module Expand all Collapse all v0 v0.0.1 Jul 15, 2018 Changes in this version + type App struct + Page string + Todos []*models.Todo + func (p *App) Render() vecty.ComponentOrHTML + type Markdown struct + Input string + func (p *Markdown) Render() vecty.ComponentOrHTML + type Nav struct + CurrentPath string + MyProp string + func (p *Nav) Render() vecty.ComponentOrHTML + type PageView struct + Input string + type Todo struct + Description string + Name string + Permalink string + func (p *Todo) Render() vecty.ComponentOrHTML + func (t *Todo) GetAge() string