<%= stylesheet_link_tag "all", "bootstrap", "bootstrap-theme" %> <%#= stylesheet_link_tag "http://localhost:9393/status.css" %> <%= javascript_include_tag "all", "jquery", "bootstrap" %>

sublab

<%= partial "navigation" %>
<% if (section = current_page.data.section) %> <%= partial "nav_#{section}" %> <% end %>
<%= yield %>