treebird/static/notifications_embed.tmpl
nekobit e01ea11625 Templatify 0/1
FossilOrigin-Name: 969c150fdd1a11067792ff1f6b7f2eeda7da97cf0d25d859a1339a0cdea2ea3e
2022-05-31 04:23:38 +00:00

25 lines
554 B
Cheetah

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Notifications embed</title>
<link rel="stylesheet" type="text/css" href="/{{%s:theme}}{{%s:theme_var}}.css">
<style>
html, body
{
background-color: unset;
scrollbar-color: #808080 #eaecf0;
scrollbar-width: thin;
}
</style>
</head>
<body>
<div class="sidebar-embed-container">
{{%s:navigation_box}}
<div class="sidebar-embed-notifs">
{{%s:notifications}}
</div>
</div>
</body>
</html>