Sha256: eb83ab8386a17f1bccf2c048ac9f2c20d8dd21c0858db0eb2d8e3ccc8ac05f7b

Contents?: true

Size: 571 Bytes

Versions: 1

Compression:

Stored size: 571 Bytes

Contents

!!!
%html
  %head
    %title
      <%= app_name.titlecase %>

    = stylesheet_link_tag 'application', media: 'all'
    = javascript_include_tag 'application'
    = csrf_meta_tags

  %body
    = query_diet_widget(bad_count: 15) if Rails.env.development?

    .layout

      .layout__head
        %h2 <%= app_name.titlecase %>
        <%- if navigation -%>
        = render_navigation Navigation.<%= navigation.name(:variable) %>
        <%- end -%>

      .layout__main
        =# render 'layouts/flashes'
        = yield

      .layout__tail
        powered by makandra

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katapult-0.1.2 lib/generators/katapult/haml/templates/app/views/layouts/application.html.haml