Skip to content

Instantly share code, notes, and snippets.

@AlexanderZaytsev
Last active December 11, 2015 02:49
Show Gist options
  • Save AlexanderZaytsev/4533589 to your computer and use it in GitHub Desktop.
Save AlexanderZaytsev/4533589 to your computer and use it in GitHub Desktop.
!!!
%html
%head
%title
= 'Title'
%meta{charset: 'utf-8'}
- if user_signed_in?
%meta{name: 'current-user', content: current_user.to_json}
= stylesheet_link_tag 'application'
= javascript_include_tag 'application'
= csrf_meta_tags
%body
%section#body
= yield
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment