!!!
%html
%head
%meta{content: "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title Iron Warbler
= csrf_meta_tags
= csp_meta_tag
= stylesheet_link_tag "iro/application", media: "all"
%body
.main-menu
%h5 Main Menu
%ul
%li= link_to 'Home - Dashboard', root_path
%li= link_to 'Stock Watches', stock_watches_path
%li= link_to 'Option Watches', option_watches_path
%li Max Pain
%li= link_to 'Alerts', alerts_path
= yield