<%= render '/head.*' %> <%= render '/gtm.*' %> <%= render '/header.*' %>
<%= yield %>
<% if is_production? && ENV['CI_COMMIT_REF_NAME'] == 'master' %> <%# Show Edit button only in production and on master branch (hide archives) %> <% end %> <% if @item[:last_updated] %>

Last updated <%= @item[:last_updated] %>

<% end %> <%= render '/footer.*' %>
<%= render '/docsearch.*' %> <% if is_production? %> <%# Add analytics only in production %> <%= render '/analytics.*' %> <% end %> <%= render '/schema-microdata.*' %>