Module vibe.templ.utils
Functions
Function name | Description |
---|---|
inject | Allows to pass additional variables to a function that renders a templated page. |
Structs
Struct name | Description |
---|---|
InjectedParams | Makes the variable aliases passed to one of the injectors of the inject !() template accessible
to the local function. |
Templates
Template name | Description |
---|---|
localAliases | When mixed in, makes all ALIASES available in the local scope |
localAliasesCompat | When mixed in, makes all ALIASES available in the local scope. Note that there must be a Variant[] args__ available that matches TYPES_AND_NAMES |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.