mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2025-04-20 01:26:43 +00:00
16 lines
348 B
Text
16 lines
348 B
Text
!!!
|
|
%html
|
|
%head
|
|
%title << {{config.name}}: {{page}}
|
|
%meta(charset="UTF-8")
|
|
%meta(name="viewport" content="width=device-width, initial-scale=1")
|
|
%link(rel="stylesheet" type="text/css" href="/style.css")
|
|
-block head
|
|
|
|
%body
|
|
#container
|
|
#header.section
|
|
%a(href="https://{{domain}}/") -> =config.name
|
|
|
|
#content
|
|
-block content
|