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.

19 lines
571 B

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