required-attr ( tag name -- value )
Furnace framework » Furnace presentation layer » Chloe templates » Extending Chloe » Extending Chloe with custom tags

Prev:CHLOE:
Next:optional-attr ( tag name -- value )


Vocabulary
html.templates.chloe.syntax

Inputs
taga tag
namea string


Outputs
valuea string


Word description
Extracts an attribute from a tag.

Errors
Throws an error if the attribute is not specified.

Definition