<% content_for :page_title do %> Documentation <% end %> <% wrap_layout :layout do %>
<%= # Create a variable for the release being rendered. url_match = /\/documentation\/([^\/]+)(\/.*)/.match(current_page.url) rendering_release = url_match.captures[0] doc_page = url_match.captures[1] nil =%> <%= yield %>
<% end %>