mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
- content_for :content do
|
|
.container
|
|
.logo-container
|
|
%h1
|
|
= link_to root_path do
|
|
= image_tag asset_pack_path('logo_full.svg'), alt: 'Mastodon'
|
|
|
|
.form-container
|
|
= render 'flashes'
|
|
|
|
= yield
|
|
|
|
= render template: 'layouts/application'
|