go-liquid
Pure-Go Liquid templating.
go-liquid is a pure-Go (CGO_ENABLED=0) implementation of Shopify's Liquid template language — parsing a Liquid template and rendering it against a set of assigns, faithful to the reference gem's output.
Everything is pure Go (CGO_ENABLED=0), standard-library-first, and
cross-compiles to every 64-bit Go target. Licensed BSD-3-Clause.