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

Prev:required-attr ( tag name -- value )
Next:compile-attr ( value -- )


Vocabulary
html.templates.chloe.syntax

Inputs
taga tag
namea string


Outputs
valuea string or f


Word description
Extracts an attribute from a tag.

Notes
Outputs f if the attribute is not specified.

Definition