@page "/settings" @page "/settings/{BackTo}" @using Template.Shared.Components.Layout
@code { [Parameter] public string BackTo { get; set; } = ""; }