19 lines
451 B
Plaintext
19 lines
451 B
Plaintext
|
{#
|
||
|
/**
|
||
|
* @file
|
||
|
* Default theme implementation for the node title field.
|
||
|
*
|
||
|
* This is an override of field.html.twig for the node title field. See that
|
||
|
* template for documentation about its details and overrides.
|
||
|
*
|
||
|
* Available variables:
|
||
|
* - attributes: HTML attributes for the containing span element.
|
||
|
* - items: List of all the field items.
|
||
|
*
|
||
|
* @see field.html.twig
|
||
|
*
|
||
|
* @ingroup themeable
|
||
|
*/
|
||
|
#}
|
||
|
<span{{ attributes }}>{{ items }}</span>
|