Strunk and White don't like parentheses
This commit is contained in:
@ -6,7 +6,7 @@ hatmill - HTML generation DSL for Go
|
||||
[](https://godoc.org/gitlab.codemonkeysoftware.net/b/hatmill)
|
||||

|
||||
|
||||
`hatmill` provides a simple set of types and helper functions for writing HTML in plain Go code, without having to deal with any template languages. It is not spectacularly fast, but is comparable to the `html/template` package (at least in simple cases; run `go test -bench=. -benchmem` for proof). `hatmill` “templates” are arguably easier to read and write than many template languages.
|
||||
`hatmill` provides a simple set of types and helper functions for writing HTML in plain Go code, without having to deal with any template languages. It is not spectacularly fast, but is comparable in simple cases to the `html/template` package; run `go test -bench=. -benchmem` for proof. `hatmill` “templates” are arguably easier to read and write than many template languages.
|
||||
|
||||
`hatmill` uses [semantic versioning](https://semver.org/).
|
||||
|
||||
|
Reference in New Issue
Block a user