crossword-8.x-1.x-dev/templates/crossword-grid-row.html.twig
templates/crossword-grid-row.html.twig
{#
/**
* @file
* default theme implementation to display a crossword row.
*
* Available variables:
* - content : The squares contained in this row.
* - field_formatter: Machine name of field formatter.
*/
#}
<div class="crossword-row">
{{ content }}
</div>
