#!/usr/bin/env python3 """Shared inline page templates for ani-cli-web.""" PAGE_LINKS = ( ("search", "Search", "/"), ("config", "Config", "/config"), ("watchlist", "Watchlist", "/watchlist"), ) def render_sidebar_brand(note, badge, badge_id=""): badge_attr = f' id="{badge_id}"' if badge_id else "" return ( '
{note}
\n" "