text_with_number-8.x-1.x-dev/templates/text-with-number.html.twig
templates/text-with-number.html.twig
{#
/**
* @file
* Default theme implementation of a text with number element.
*
* Available variables:
* - attributes: HTML attributes for the datetime form element.
* - content: The text with number element to be output.
*
* @see template_preprocess_text_with_number()
*
* @ingroup themeable
*/
#}
<div{{ attributes }}>
{{ content }}
</div>
