mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-20 14:17:48 +00:00
11 lines
189 B
Plaintext
11 lines
189 B
Plaintext
- content_for :content do
|
|
.logo-container
|
|
%h1
|
|
Mastodon
|
|
%small= Rails.configuration.x.local_domain
|
|
|
|
.form-container
|
|
= yield
|
|
|
|
= render template: "layouts/application"
|