about summary refs log tree commit diff stats
path: root/app/views/layouts/application.html.haml
blob: ad1e8df74e56240d6a9159ca2011fce5ad7c5f25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
!!! 5
%html
  %head
    %title Thoughts
    = csrf_meta_tags
    = stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track': 'reload'
    = javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
  %body
    #container
      #banner
        %h1= link_to "Thoughts", root_url
      #main
        #content= yield
        #sidebar I'm Fef.