Security update for permissions_by_term
[yaffs-website] / web / modules / contrib / advanced_help / templates / advanced-help-topic.html.twig
1 {% if topic_exists %}
2     <a href="{{ path('advanced_help.help', {'module': module, 'topic' : topic}) }}" {{ attributes }} >{{ text|raw }}</a>
3 {% endif %}