fediglam/src/main/controllers/web/cluster/overview.tmpl.html

25 lines
512 B
HTML
Raw Normal View History

2022-11-19 11:13:05 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>{ .community.name }</title>
</head>
<body>
<header>
<h1>{ .community.name }</h1>
</header>
<nav>
<ul>
<li><a href="communities">Communities</a></li>
</ul>
</nav>
<main>
<h2>Cluster Overview</h2>
<div>
Home to <span>{ .meta.community_count }</span> communities
hosting <span>{ .meta.user_count }</span> users.
</div>
</main>
</body>
</html>