mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:46:22 +00:00
15 lines
458 B
Text
15 lines
458 B
Text
|
!!!
|
||
|
%html
|
||
|
%head
|
||
|
%meta{content: 'text/html; charset=UTF-8', 'http-equiv': 'Content-Type'}/
|
||
|
%title= blazer_title ? blazer_title : 'Sutty'
|
||
|
%meta{charset: 'utf-8'}/
|
||
|
= favicon_link_tag 'blazer/favicon.png'
|
||
|
= stylesheet_link_tag 'application'
|
||
|
= javascript_pack_tag 'blazer', 'data-turbolinks-track': 'reload'
|
||
|
= csrf_meta_tags
|
||
|
%body{ class: yield(:body) }
|
||
|
.container-fluid#sutty
|
||
|
= render 'layouts/breadcrumb'
|
||
|
= yield
|