<%= render '/head.*' %> <%= render '/canonical_urls.*' %> <%= render '/header.*' %>
<% if @config[:breadcrumbs] %> <% ancestor_array = ancestor_path_array(@item) unless ancestor_path_array(@item).empty? %> <% if ancestor_array %> <% end %> <% end %>
<% if @item[:title] %>

<%= @item[:title] %>

<% end %> <% if @item[:author] %> <% end %>
<%= yield %>
<% if ENV['NANOC_ENV'] == 'production' && ENV['CI_COMMIT_REF_NAME'] == 'master' %> <%# Show Edit button only in production and on master branch (hide archives) %>
<%= edit_on_gitlab(@item) %>
<% end %> <% if @item[:last_updated] %>

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

<% end %> <%= render '/disqus.*' %>
<%= render '/footer.*' %> <%= render '/docsearch.*' %> <%= render '/analytics.*' %> <%= render '/https_redirect.*' %>