The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

14 lines
426 B

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