You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
832 B
43 lines
832 B
|
|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<title>My Webpage</title> |
|
</head> |
|
<body> |
|
<ul id="navigation"> |
|
{% for item in navigation %} |
|
<li><a href="{{ item.href }}">{{ item.caption }}</a></li> |
|
{% endfor %} |
|
</ul> |
|
|
|
[{{ name }}] |
|
prefix = https:// |
|
url = your-website.com |
|
icon = static/images/apps/sh.png |
|
sidebar_icon = static/images/apps/{{ name }}.png |
|
description = default |
|
open_in = iframe |
|
data_sources = sh_http,sh_health,sh_ping,sh_rest |
|
tags = default |
|
groups = admin_only |
|
|
|
{# a comment #} |
|
</body> |
|
</html> |
|
|
|
|
|
[{{ name }}] |
|
prefix = https:// |
|
url = your-website.com |
|
icon = static/images/apps/sh.png |
|
sidebar_icon = static/images/apps/{{ name }}.png |
|
description = default |
|
open_in = iframe |
|
data_sources = sh_http,sh_health,sh_ping,sh_rest |
|
tags = default |
|
groups = admin_only |
|
|
|
{# a comment #} |
|
</body> |
|
</html>
|
|
|