You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<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>
|
|
|