mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-05-14 05:52:54 +00:00
feat: get answers and iterate over them
This commit is contained in:
parent
b7345d39a0
commit
f1d22a713f
3 changed files with 27 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue