Contexts for Set values
This page demonstrates Hashtag Contexts applied to values before they are Set to Variables.
Processing this Hashtag Markup:
<# set test to "this was set by <b>Hashtag</b>"; #>
Note: Hashtag Markup is shown below <# in bold #>.
The value generated by processing the Hashtag Markup, and applying any Variable Contexts, is injected into this HTML page after the ⇒ symbol.
<#[test]#> ⇒ this was set by
Hashtag
Processing this Hashtag Markup:
<# set test to "this was set by <b>Hashtag</b>" as html; #>
<#[test]#> ⇒ this was set by <b>Hashtag</b>