Textwire. A templating language for Go

Textwire is a simple yet powerful templating language for Go. It is designed to easily inject variables from Go code into a template file or just a regular string.
Installation
go get github.com/textwire/textwire/v2
Neovim and VSCode Support
If you use Neovim or VSCode as your primary editor, you can install the Neovim Plugin or VSCode Extension to get syntax highlighting and other features for Textwire.
License
The Textwire project is licensed under the MIT License