Sha256: 0f55433142672d21e3262ff040c7688c5072178693ec8b4057ab021961107b33

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

!!! 5
%html{ lang: 'en' }
  %head
    %meta{ charset: 'utf-8' }
    %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1.0' }
    %title= page_title
    = stylesheet_link_tag 'application'
    = csrf_meta_tags
  %body
    = render 'flashes'
    = yield
    = javascript_include_tag 'application'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stationed-0.3.0 lib/stationed/generators/templates/application.html.haml
stationed-0.2.0 lib/stationed/generators/templates/application.html.haml
stationed-0.1.0 lib/stationed/generators/templates/application.html.haml