template-kit
template-kit copied to clipboard
📄 Easy-to-use foundation for building powerful templating languages in Swift.
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...
#21