Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactiweb/_templates/lib/werkzeug/debug/templates/source.html
blob: 529dfbc4b91e281f45f7dab2168be82340e82550 (plain)
1
2
3
4
5
6
7
8
<table class="source">
<% for line in lines %>
  <tr class="${' '.join(line.classes)}">
    <td class="lineno">${line.lineno}</td>
    <td>$escape(line.code)</td>
  </tr>
<% endfor %>
</table>