<%= stylesheet_link_tag 'pgbouncerhero/application', media: 'all', 'data-turbolinks-track': true %> <%= javascript_include_tag "pgbouncerhero/application" %> <%= csrf_meta_tags %>
<%= render partial: 'shared/flash_messages', flash: flash %>
<%= yield %>
<% if content_for? :inline_script %> <%= yield :inline_script %> <% end %>