11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%meta{'charset' => 'utf-8'}
|
|
%title scube
|
|
= stylesheet_link_tag :all
|
|
= javascript_include_tag :defaults
|
|
= csrf_meta_tag
|
|
%body
|
|
= yield
|