Sha256: ba97f3ff1d5f2689d30c453730624ad078fdfb4c6fe3ac084f722c6503cd2c30

Contents?: true

Size: 291 Bytes

Versions: 2

Compression:

Stored size: 291 Bytes

Contents

!!! 5
%html{lang: 'en'}
  %head
    %title= yield :title
    %meta{ name:"viewport", content:"width=device-width, initial-scale=1.0" }
    = stylesheet_link_tag 'flms/public', media: 'all'
    = csrf_meta_tags

  %body
    = yield

    = javascript_include_tag 'flms/public'
    = yield :js

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flms-0.9.0 app/views/layouts/flms/public.html.haml
flms-0.1.0 app/views/layouts/flms/public.html.haml