mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 20:13:43 +01:00
10 lines
189 B
Text
10 lines
189 B
Text
- content_for :content do
|
|
.logo-container
|
|
%h1
|
|
Mastodon
|
|
%small= Rails.configuration.x.local_domain
|
|
|
|
.form-container
|
|
= yield
|
|
|
|
= render template: "layouts/application"
|