blob: 1f5c03bdcedede8e896d599b8a59258c8711638c (
plain)
1
2
3
4
5
6
7
8
9
10
|
!!! 5
%html{ lang: "en"}
= render "layouts/head"
%body{class: "#{app_theme} application"}
= render "layouts/flash"
= render "layouts/head_panel", title: ""
.container
.content
%center.padded.prepend-top-20
= yield
|