{# One tidy nav row; the current page is highlighted. (/paper/sim must be matched before the /paper
prefix so Backtest, not Paper, lights up.) #}
{% set path = request.url.path if request else '/' %}

{{ self.title() }}
{# hx-boost: nav links swap the via htmx (SPA-smooth) instead of full page loads. htmx 1.x runs
inline