You are here

advanced-help-topic.html.twig in Advanced Help 8

{% if topic_exists %}
    <a href="{{ path('advanced_help.help', {'module': module, 'topic' : topic}) }}" {{ attributes }} >{{ text|raw }}</a>
{% endif %}

File

templates/advanced-help-topic.html.twig
View source
  1. {% if topic_exists %}
  2. <a href="{{ path('advanced_help.help', {'module': module, 'topic' : topic}) }}" {{ attributes }} >{{ text|raw }}</a>
  3. {% endif %}