Sha256: 45b395e4ba9e3ec0b87cf598069a9f1f9821433f6d1c608d4065f43b8dd6e398
Contents?: true
Size: 1.12 KB
Versions: 5
Compression:
Stored size: 1.12 KB
Contents
!!! 5 %html{lang:'en'} %head %title= content_for(:title).nil? ? I18n.t('pugin.layouts.pugin.website_brand') : content_for(:title) + ' - ' + I18n.t('pugin.layouts.pugin.website_brand') %link{rel: 'stylesheet', href: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/stylesheets/main.css" } %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0'} %meta{'http-equiv': 'X-UA-Compatible', content: 'IE=edge'} =# favicon_link_tag 'pugin/favicon.ico' - if ENV['GTM_KEY'] = render partial: 'pugin/javascript/google_tag_manager' %body.no-js - if ENV['GTM_KEY'] = render partial: 'pugin/javascript/google_tag_manager_noscript' = render partial: 'pugin/elements/skip-content' = render 'pugin/components/header' = render partial: 'pugin/components/status', locals: { status: nil } if Pugin::Feature::StatusBanner.enabled? = render partial: 'pugin/components/navigation-main' if Pugin::Feature::TopNavigation.enabled? %main = yield = render 'pugin/components/footer' %script{src: "#{Pugin::ASSET_LOCATION_URL}/#{Pugin::ASSET_VERSION}/javascripts/main.js"}
Version data entries
5 entries across 5 versions & 1 rubygems