package main

import (
    . "github.com/breadchris/share/html"
)

func main() *Node {
    return Div()
}

lets go!!!