{% set href = text | regex_replace(pattern="[\\\/#%<>\[\]\(\)`\\^{}\|.]", rep="") | regex_replace(pattern=" +", rep="-") | lower %}
{{ text | safe }}