TODOs left: reimplement clean and help, sync static,well-known and assets between services
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
$newline never
|
|
|
|
$# SPDX-FileCopyrightText: 2022 Felix Hamann <felix.hamann@campus.lmu.de>,Sarah Vaupel <vaupel.sarah@campus.lmu.de>,Steffen Jost <jost@cip.ifi.lmu.de>,Steffen Jost <jost@tcs.ifi.lmu.de>
|
|
$#
|
|
$# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
\<!doctype html>
|
|
<html lang=#{primaryLanguage}>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
$case currentTheme
|
|
$of ThemeDefault
|
|
<meta name="theme-color" content="#000091">
|
|
$of ThemeLavender
|
|
<meta name="theme-color" content="#584c9c">
|
|
$of ThemeNeutralBlue
|
|
<meta name="theme-color" content="#3e606f">
|
|
$of ThemeAberdeenReds
|
|
<meta name="theme-color" content="#820333">
|
|
$of ThemeMossGreen
|
|
<meta name="theme-color" content="#5c996b">
|
|
$of ThemeSkyLove
|
|
<meta name="theme-color" content="#87abe5">
|
|
|
|
$# title-tag is required even if it is empty
|
|
<title>#{pageTitle pc}
|
|
|
|
^{pageHead pc}
|
|
|
|
<body .theme--#{toPathPiece currentTheme} :isAuth:.logged-in>
|
|
^{pageBody pc}
|