This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-01-21 22:30:47 +01:00
|
|
|
!!!
|
2017-05-08 03:35:25 +02:00
|
|
|
%html{ lang: I18n.locale }
|
2017-01-21 22:30:47 +01:00
|
|
|
%head
|
2017-05-08 03:35:25 +02:00
|
|
|
%meta{ content: 'text/html; charset=UTF-8', 'http-equiv' => 'Content-Type' }/
|
|
|
|
%meta{ charset: 'utf-8' }/
|
2017-09-29 03:03:03 +02:00
|
|
|
%title= safe_join([yield(:page_title), Setting.default_settings['site_title']], ' - ')
|
2017-05-08 03:35:25 +02:00
|
|
|
%meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/
|
2017-09-25 04:04:04 +02:00
|
|
|
= stylesheet_pack_tag 'common', media: 'all'
|
|
|
|
= stylesheet_pack_tag Setting.default_settings['theme'], media: 'all'
|
|
|
|
%body.error
|
2017-01-21 22:30:47 +01:00
|
|
|
.dialog
|
2017-10-09 10:05:10 +02:00
|
|
|
%img{ alt: Setting.default_settings['site_title'], src: '/oops.gif' }/
|
2017-01-21 22:30:47 +01:00
|
|
|
%div
|
|
|
|
%h1= yield :content
|