cefrl-1.0.0-beta1/templates/cefrl-description.html.twig
templates/cefrl-description.html.twig
{#
/**
* @file
* Default theme implementation of a CEFRL description element.
*
* Available variables:
* - label: the CEFRL level or group label;
* - description: the CEFRL level or group label
*
* @see template_preprocess()
*
* @ingroup themeable
*/
#}
<details>
<summary>{{ label }}</summary>
{{ description|nl2br }}
</details>
