2017-09-26 15:43:31 +00:00
|
|
|
!!!
|
|
|
|
%html
|
|
|
|
%head
|
|
|
|
%meta{content: "text/html; charset=UTF-8", 'http-equiv': "Content-Type"}/
|
|
|
|
%title Sutty
|
|
|
|
%link{rel: 'stylesheet', type: 'text/css', href: '/assets/css/bootstrap.min.css'}
|
2017-09-26 16:05:00 +00:00
|
|
|
%link{rel: 'stylesheet', type: 'text/css', href: '/stylesheets/sutty.css'}
|
2017-09-26 15:43:31 +00:00
|
|
|
%body{class: @has_cover ? 'background-cover' : ''}
|
2017-10-05 19:42:32 +00:00
|
|
|
.container-fluid
|
2017-10-10 14:52:27 +00:00
|
|
|
= haml :_flash
|
2017-09-26 15:43:31 +00:00
|
|
|
= yield
|
2017-09-26 16:05:00 +00:00
|
|
|
%footer.footer
|
|
|
|
%p{style: @has_cover ? 'color: white' : ''}
|
|
|
|
%a{href: 'https://0xacab.org/itacate-kefir/sutty'} Sutty
|
|
|
|
es desarrollada por
|
|
|
|
%a{href: 'https://kefir.red'} Kéfir
|