feat: get answers and iterate over them

This commit is contained in:
httpjamesm 2022-12-27 22:50:38 -05:00
parent b7345d39a0
commit f1d22a713f
3 changed files with 27 additions and 0 deletions

View file

@ -18,6 +18,10 @@
</div>
<hr />
<h2>Answers</h2>
{{ range $answer := .answers }}
<div class="answer">{{ $answer }}</div>
<hr class="answer-divider" />
{{ end }}
</div>
</body>
</html>