Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

Default.cshtml

@model PollModel
<section class="block block-poll">
    <h2 class="title">
        @T("Polls.Title")
    </h2>
    <div class="listbox">
        @await Html.PartialAsync("_Poll", Model)
    </div>
</section>