% content_for :head do %> <% end %> <% provide(:head_title, t("protocols.index.head_title")) %> <% if current_team %> <% provide(:sidebar_title, t('sidebar.templates.sidebar_title')) %> <%= content_for :sidebar do %> <%= render partial: "/shared/sidebar/templates_sidebar", locals: {active: :protocol} %> <% end %> <% provide(:container_class, 'no-second-nav-container') %>