Files
anonymous_github/public/patch.html
tdurieux a9f206ae47 start v2
2020-06-01 09:42:11 +02:00

6 lines
154 B
HTML

{% for item in patch.files %}
<section>
<h3>{{ item.filename }}</h3>
<pre><code class="diff">{{ item.patch }}</code></pre>
</section>
{% endfor %}