template-kit icon indicating copy to clipboard operation
template-kit copied to clipboard

📄 Easy-to-use foundation for building powerful templating languages in Swift.

Results 7 template-kit issues
Sort by recently updated
recently updated
newest added

This change allows the userInfo passed to render to be passed down the TemplateDateEncoder chain. This provides for the ability for Request-level information to be passed all the way into...

When building forms (this is an example of the use of this tag, there can be many other), I usually tend to build a dictionary of validation errors as `["name_of_the_field":...

An attempt at implementing static extensions with import/export as per #33. This is my first time contributing code to Vapor so please review. This PR adds two new `TemplateSyntax` types:...

Sometimes, it's good to know some more information about the variables inside the templates. Therefore, I considered a "dump"-tag useful. With my code, I wanted to introduce this concept. Maybe...

enhancement

Add ability to set locale as third parameter

enhancement