Im moving the

  {# Header #}
      {% if page.header %}
        {% block header %}
          <div class="col-sm-12" role="heading">
            {{ page.header }}
          </div>
        {% endblock %}
      {% endif %}

To another place (center) in my subtheme. but I get the edit tabs (for users) above the title.

Where is the tabs in twig theme? there is a twig file with page.header? I want to put tabs below the title.

Comments

koffer created an issue. See original summary.

markhalliwell’s picture

Version: 8.x-4.x-dev » 8.x-3.x-dev
Status: Active » Closed (works as designed)
koffer’s picture

Gracias! sometimes ! forgot this little new ways to work with drupal 8.