8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%meta{:content => "text/html; charset=utf-8", "http-equiv" => "Content-Type"}/
|
|
= stylesheet_link_tag "tailwind"
|
|
%body.wide
|
|
= yield
|