mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-19 01:58:02 -08:00
12 lines
263 B
Text
12 lines
263 B
Text
- content_for :content do
|
|
.container
|
|
.logo-container
|
|
%h1
|
|
= link_to root_path do
|
|
= image_tag 'logo.png'
|
|
%small= Rails.configuration.x.local_domain
|
|
|
|
.form-container
|
|
= yield
|
|
|
|
= render template: "layouts/application"
|