Add br and hr element helpers (#30)
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M examples/simple/simple.go → examples/simple/simple.go
@@ -44,6 +44,7 @@ ), ), el.Body( navbar(navbarProps{path: props.path}), + el.Hr(), el.H1(props.title), el.P(g.Text(fmt.Sprintf("Welcome to the page at %v.", props.path))), el.P(g.Text(fmt.Sprintf("Rendered at %v", time.Now()))),