This follows a logical flow, commit message, patch then comments.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
</div>
{% endfor %}
+{% if patch.content %}
+<h2>Patch</h2>
+<div class="patch">
+<pre class="content">
+{{ patch|patchsyntax }}
+</pre>
+</div>
+{% endif %}
+
{% for item in patch.answers %}
{% if forloop.first %}
<h2>Comments</h2>
</div>
{% endfor %}
-{% if patch.content %}
-<h2>Patch</h2>
-<div class="patch">
-<pre class="content">
-{{ patch|patchsyntax }}
-</pre>
-</div>
-{% endif %}
-
-
{% endblock %}