Overview of Jet Template Engine
masterJet is a high-performance template engine for Go designed to be easy to use, powerful, and secure. It is optimized for low memory footprint and fast execution, often outperforming pre-compiled engines.
Key features include:
- Simple Syntax: Familiar C-like expressions.
- Template Logic: Supports inheritance via
extendsand composition viablock/yield,import, andinclude. - Security: Automatic HTML escaping.
- Developer Experience: Descriptive error messages that include filenames and line numbers.