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.

12 lines
349 B

  1. !!! 5
  2. %html
  3. %head
  4. %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
  5. %title Mastodon
  6. = stylesheet_link_tag 'application', media: 'all'
  7. = javascript_include_tag 'application'
  8. = csrf_meta_tags
  9. = yield :header_tags
  10. %body
  11. .container
  12. = content_for?(:content) ? yield(:content) : yield