Polls are now displayed

This commit is contained in:
Michael 2022-05-16 04:55:15 +00:00
commit a63caefe3d
2 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,7 @@
</p><ul>
{{foreach $options as $option}}
<li>{{$option.vote}}</li>
{{/foreach}}
</ul>
{{$summary}}
</p>