diff --git a/src/meshcore_hub/web/templates/home.html b/src/meshcore_hub/web/templates/home.html index 2363067..5cbf474 100644 --- a/src/meshcore_hub/web/templates/home.html +++ b/src/meshcore_hub/web/templates/home.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% from "macros/icons.html" import icon_dashboard, icon_map, icon_nodes, icon_advertisements, icon_messages %} +{% from "macros/icons.html" import icon_dashboard, icon_map, icon_nodes, icon_advertisements, icon_messages, icon_page %} {% block title %}{{ network_name }} - Home{% endblock %} @@ -48,6 +48,12 @@ {{ icon_map("h-5 w-5 mr-2") }} Map + {% for page in custom_pages[:3] %} + + {{ icon_page("h-5 w-5 mr-2") }} + {{ page.title }} + + {% endfor %}