For questions regarding the Leaf templating language that is used with the Vapor web framework
A description of Leaf from the documentation:
Leaf's goal is to be a simple templating language that can make generating views easier. There's a lot of great templating languages, use what's best for you, maybe that's leaf! The goals of leaf are as follows:
- Small set of strictly enforced rules
- Consistency
- Parser first mentality
- Extensibility
It was built specifically for the Vapor web framework that is used to create web apps with Swift.