@using Microsoft.AspNetCore.Mvc.ApiExplorer; @using SimpleIdp.Resources @{ ViewBag.Title = HomeResource.home; Layout = "~/Views/Shared/_Layout.cshtml"; }