You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
503 B

  1. !!! 5
  2. %html{:lang => 'en'}
  3. %head
  4. %meta{:charset => 'utf-8'}/
  5. %meta{:name => 'viewport', :content => 'width=device-width, initial-scale=1'}/
  6. %meta{'http-equiv' => 'X-UA-Compatible', :content => 'IE=edge'}/
  7. %title
  8. = "#{yield(:page_title)} - " if content_for?(:page_title)
  9. Mastodon
  10. = stylesheet_link_tag 'application', media: 'all'
  11. = csrf_meta_tags
  12. = yield :header_tags
  13. %body{ class: @body_classes }
  14. = content_for?(:content) ? yield(:content) : yield