mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
6 lines
154 B
HTML
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 %} |