15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
!!! 5
|
|
%html
|
|
%head
|
|
%title justask2
|
|
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
|
|
= javascript_include_tag 'application', 'data-turbolinks-track' => true
|
|
= csrf_meta_tags
|
|
%body
|
|
= render 'layouts/header'
|
|
= yield
|
|
- if Rails.env.development?
|
|
%hr
|
|
.container
|
|
%p.text-danger EVIL DEBUG MODE OF DOOM ENABLED!!!
|
|
= debug params |