%= csrf_meta_tags %> <%= csp_meta_tag %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_pack_tag 'application', 'data-turbolinks-track': 'reload' %>
<%= nav_bar do %> <%= nav_link 'Home', root_path %> <%= nav_link 'People', people_index_path %> <%= nav_link 'Courses', courses_index_path %> <%= nav_link 'Projects', projects_index_path %> <%= nav_link 'Theses', theses_index_path %> <%= show_svg('menu-white-24dp.svg') %> <% end %>