Skip to content

Instantly share code, notes, and snippets.

@serv
Created August 30, 2013 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serv/6386951 to your computer and use it in GitHub Desktop.
Save serv/6386951 to your computer and use it in GitHub Desktop.
Ruby on Rails 4.0 default application.html.erb in .haml format
!!! 5
%html
%head
%title Insert app title here
= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true
= javascript_include_tag "application", "data-turbolinks-track" => true
= csrf_meta_tags
%body
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment