%= stylesheet_link_tag "storytime/application", media: "all" %> <%= javascript_include_tag "storytime/application" %> <%= csrf_meta_tags %> <%= yield :head %>
<%= render "storytime/application/storytime/navigation", storytime_button_classes: "dark rounded" %> <%= render "storytime/application/storytime/flash" %> <%= render "storytime/application/storytime/header" %> <%= yield %> <%= render "storytime/application/storytime/footer" %> <%= render "storytime/sites/google_analytics_code" %>