5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 11:56:07 +00:00
panel/views/layout.haml

11 lines
359 B
Plaintext
Raw Normal View History

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'}
%link{rel: 'stylesheet', type: 'text/css', href: '/assets/css/sutty.css'}
%body{class: @has_cover ? 'background-cover' : ''}
.container
= yield