@{ ViewData["Title"] = "HowToPlay"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @model ProfileHowToPlay_ViewModel
@await Component.InvokeAsync("SmallHeader", new { title = Lang.how_to_play.ToUpper() })
@Html.Raw(Question.p4)