mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-23 18:35:43 -05:00
9 lines
340 B
HTML
9 lines
340 B
HTML
|
<div id="answers" role="complementary" aria-labelledby="answers-title">
|
||
|
<h4 class="title" id="answers-title">{{ _('Answers') }} : </h4>
|
||
|
{%- for answer in answers -%}
|
||
|
<div class="answer">
|
||
|
{%- include ("simple/" + (answer.template or "answer/legacy.html")) -%}
|
||
|
</div>
|
||
|
{%- endfor -%}
|
||
|
</div>
|