fradrive/templates/mail/userSystemFunctionsUpdate.hamlet
2020-08-27 22:58:28 +02:00

22 lines
523 B
Plaintext

$newline never
\<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<style>
h1 {
font-size: 1.25em;
font-variant: small-caps;
font-weight: normal;
}
<body>
<h1>
_{SomeMessage $ MsgMailUserSystemFunctionsIntro userDisplayName userEmail}
<ul>
$forall function <- Set.toList functions
<li>_{SomeMessage function}
$if onull functions
<li>_{SomeMessage MsgMailUserSystemFunctionsNoFunctions}
^{ihamletSomeMessage editNotifications}