blob: 281754d60c146727e9c83993e2679adaccc7455d [file] [log] [blame]
<table class="raw">
<tbody>
{% for num, line in code %}
<tr class="{% cycle 'line1' 'line2' %}">
<td>{{ num }}</td>
<td><pre class="code">{{ line|wordwrap:120 }}</pre></td>
</tr>
{% endfor %}
</tbody>
</table>