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.

10 lines
189 B

  1. - content_for :content do
  2. .logo-container
  3. %h1
  4. Mastodon
  5. %small= Rails.configuration.x.local_domain
  6. .form-container
  7. = yield
  8. = render template: "layouts/application"