Modifier: link
Generate an HTML link element with the value as href
.
YAML
neat_site: http://example.com
Template
{{ neat_site | link }}
Output
<a href="http://example.com">http://example.com</a>
Additional Reading
Learn how to use and chain modifiers in the Antlers template guide.