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
298 B

8 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Mastodon</title>
  5. <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
  6. <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
  7. <%= csrf_meta_tags %>
  8. </head>
  9. <body>
  10. <%= yield %>
  11. </body>
  12. </html>