@{ ViewData["Title"] = "Rules"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @model HomeRules_ViewModel
@await Component.InvokeAsync("SmallHeader", new { title = Lang.rules.ToUpper() })
@Lang.Singapore4DResult
@Html.Raw(Question.h1)
@Html.Raw(Question.h2)
@Html.Raw(Question.h3)