{{ '{' }}# /** * @file * Default theme implementation to display {{ layout_name|lower }} layout. * * Available variables: * - content: The content for this layout. * - attributes: HTML attributes for the layout wrapper. * * @ingroup themeable */ #{{ '}' }} {{ '{' }}% set classes = [ 'layout', 'layout--{{ layout_machine_name|u2h }}', ] %{{ '}' }} {% verbatim %} {% if content %} {% if content.main %}
{{ content.main }}
{% endif %} {% if content.sidebar %}
{{ content.sidebar }}
{% endif %} {% endif %} {% endverbatim %}