Skip to content

Instantly share code, notes, and snippets.

@saboyutaka
Last active December 25, 2015 22:29
Show Gist options
  • Save saboyutaka/7050481 to your computer and use it in GitHub Desktop.
Save saboyutaka/7050481 to your computer and use it in GitHub Desktop.
application.html.slim
doctype html
html
head
title Title
= 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