Further modules included.
[yaffs-website] / web / modules / contrib / advanced_help / templates / advanced-help-topic.html.twig
diff --git a/web/modules/contrib/advanced_help/templates/advanced-help-topic.html.twig b/web/modules/contrib/advanced_help/templates/advanced-help-topic.html.twig
new file mode 100644 (file)
index 0000000..29c4d34
--- /dev/null
@@ -0,0 +1,3 @@
+{% if topic_exists %}
+    <a href="{{ path('advanced_help.help', {'module': module, 'topic' : topic}) }}" {{ attributes }} >{{ text|raw }}</a>
+{% endif %}