mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 19:02:45 +00:00
6 lines
141 B
HTML
6 lines
141 B
HTML
{% for item in patch.files %}
|
|
<section class="diff">
|
|
<h3>{{ item.filename }}</h3>
|
|
<pre>{{ item.patch }}</pre>
|
|
</section>
|
|
{% endfor %} |