aboutsummaryrefslogtreecommitdiff
path: root/apps/styx_web/templates/error.dtl
blob: c0177f244214141dda8f2fc64d4f99018e819c0e (plain) (blame)
1
2
3
4
5
6
7
8
<div class="header">
  <h2>
    {{ status }}
  </h2>
  <p class="text-error">
    {{ message }}
  </p>
</div>