mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
28 lines
621 B
Plaintext
28 lines
621 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%meta{charset: 'utf-8'}/
|
|
%meta{name: 'viewport', content: "width=device-width,initial-scale=1.0"}/
|
|
|
|
%title= content_for?(:title) ? yield(:title) : 'Welcome to Open Food Network'
|
|
= favicon_link_tag "favicon.png"
|
|
|
|
= stylesheet_link_tag "darkswarm/all"
|
|
= javascript_include_tag "darkswarm/all"
|
|
= render "layouts/bugherd_script"
|
|
= csrf_meta_tags
|
|
|
|
%body.off-canvas{"ng-app" => "Darkswarm"}
|
|
= render partial: "shared/menu"
|
|
= display_flash_messages
|
|
|
|
= render "shared/sidebar"
|
|
|
|
%section{ role: "main" }
|
|
= yield
|
|
|
|
#footer
|
|
|
|
|
|
= yield :scripts
|