Try your search with a different keyword or use * as a wildcard.
@{
Layout = "_ColumnsOne";
//title
NopHtml.AddTitleParts(T("PageTitle.PageNotFound").Text);
//page class
NopHtml.AppendPageCssClassParts("html-not-found-page");
}
@T("PageTitle.PageNotFound")
@await Component.InvokeAsync(typeof(TopicBlockViewComponent), new { systemName = "PageNotFound" })