package main import ( "fmt" r "gitnet.fr/deblan/i3-blocks-go/rendering" ) func main() { render := r.Block("Hello", r.BlockOptions{}) fmt.Println(render) }