Skip to content

Instantly share code, notes, and snippets.

@gingray
Created June 19, 2015 11:31
Show Gist options
  • Save gingray/c5bd758c03f95a815104 to your computer and use it in GitHub Desktop.
Save gingray/c5bd758c03f95a815104 to your computer and use it in GitHub Desktop.
application.html.slim
doctype html
html
head
title My App
meta name="viewport" content="width=device-width, initial-scale=1.0"
= 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