URL Tag
The Enso URL tag outputs the URL of the site, section or page based on the level attribute.
Example
<a href="<enso:url level="section" />"><enso:name level="section" /></a>Output
<a href="/about/">About</a>Attributes
Attribute | Values | Required |
level | site section page |
Yes |