Loading src/components/atoms/column/column.twig 0 → 100644 +12 −0 Original line number Diff line number Diff line {# * Column component. * Available config: - attributes: Drupal attributes. - content: The content that will be inside row. #} <div {{ attributes }}> {% block content %} {{ content }} {% endblock %} </div> No newline at end of file Loading
src/components/atoms/column/column.twig 0 → 100644 +12 −0 Original line number Diff line number Diff line {# * Column component. * Available config: - attributes: Drupal attributes. - content: The content that will be inside row. #} <div {{ attributes }}> {% block content %} {{ content }} {% endblock %} </div> No newline at end of file