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 %}
1 theme call to advanced-help-topic.html.twig
- help_example_index_page in help_example/
help_example.module - Help topic index.
File
templates/advanced-help-topic.html.twigView source
- {% if topic_exists %}
- <a href="{{ path('advanced_help.help', {'module': module, 'topic' : topic}) }}" {{ attributes }} >{{ text|raw }}</a>
- {% endif %}