5 lines
235 B
Twig
5 lines
235 B
Twig
<details>
|
|
<summary><a href="{{ url }}" rel="noopener noreferrer" title="{{ title }}"></a></summary> {# User provided title, do not translate #}
|
|
{{ description }} {# Likewise for the description, which may be empty#}
|
|
</details>
|