{# Favicons + SEO/social head — included in both bases. Per-page SEO is opt-in: a route may pass `page_title`, `page_description` and `canonical_path` in its template context; anything it doesn't pass falls back to the site-wide defaults below. Keeping description/canonical/OG in one file means a page can't end up with two conflicting descriptions. #} {%- set _title = page_title | default("Networthy HQ — see where you stand", true) -%} {%- set _desc = page_description | default("Track your complete net worth — Indian & US stocks, mutual funds, crypto, gold, real estate, bank balances and loans — priced live. Private by design.", true) -%} {%- set _url = site_url ~ (canonical_path | default("/", true)) -%}