Popularity
5.4
Stable
Activity
0.0
Declining
172
14
42

Programming language: Go
License: MIT License
Tags: Template Engines    

Soy alternatives and similar packages

Based on the "Template Engines" category.
Alternatively, view Soy alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Soy or a related project?

Add another 'Template Engines' Package

README

soy

GoDoc Build Status Go Report Card

Go implementation for Soy templates aka Google Closure Templates. See godoc for more details and usage examples.

This project requires Go 1.12 or higher due to one of the transitive dependencies requires it as a minimum version; otherwise, Go 1.11 would suffice for go mod support.

Be sure to set the env var GO111MODULE=on to use the go mod dependency versioning when building and testing this project.