summaryrefslogtreecommitdiff
path: root/venv/lib/python3.11/site-packages/litestar/middleware/exceptions/templates/frame.html
blob: 2ead8dd0e9dddaf31efcbb56cdef50f7f0885e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="frame {frame_class}">
  <div class="frame-name">
    <span class="expander">▼</span>
    <span class="breakable">{file}</span> in <span>{symbol_name}</span> at line
    <span>{line}</span>
  </div>
  <div class="code-snippet-wrapper">
    <table role="presentation" class="code-snippet">
      {code}
    </table>
  </div>
</div>