Created
December 3, 2017 09:32
-
-
Save hmans/9796ffa65fa5e2a863ab63ac7948b926 to your computer and use it in GitHub Desktop.
Rails 5.2 Slim Application Layout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctype html | |
html | |
head | |
title My Rails 5.2 App | |
meta name="viewport" content="width=device-width, initial-scale=1.0" | |
= csrf_meta_tags | |
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' | |
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' | |
body | |
= yield |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment