mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
10 lines
176 B
Plaintext
10 lines
176 B
Plaintext
!!!
|
|
%html
|
|
%head
|
|
%title= APP_CONFIG['name']
|
|
= stylesheet_link_tag "application"
|
|
= javascript_include_tag "application"
|
|
= csrf_meta_tags
|
|
%body
|
|
= yield
|