{# link is in html.html.twig #} + {{ page.highlighted }} + {{ page.help }} +
{% block main_content %} {# Set attributes for content. #} @@ -108,8 +128,8 @@ {% endblock main_content %} {% block sidebar_first %} {# Sidebar first #} - {% if page.sidebar_first and not is_front and (not node or (node and node.bundle == 'page')) %} - {# Set attributes for content. #} + {% if page.sidebar_first and not is_front and (node and node.bundle == 'page') %} + {# Set attributes for content. #} {% if not page.sidebar_first_attributes %} {% set page = page|merge({ @@ -132,7 +152,7 @@