Is a light weight cmd tool to resolve html templates into one files by using script
tag with type="text/x-template"
and {% include "template.html" %}
.
run with:
go get github.com/artvel/htmlr && go install github.com/artvel/htmlr/htmlr
go build htmlr/htmlr.go
htmlr template.html -o output.html