Module vibe.templ.utils
Utility functions for dealing with templates.
Functions
Name | Description |
---|---|
inject
|
Allows to pass additional variables to a function that renders a templated page. |
Structs
Name | Description |
---|---|
InjectedParams
|
Makes the variable aliases passed to one of the injectors of the inject !() template accessible
to the local function.
|
Templates
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 |
Rebindable2
|
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.