aboutsummaryrefslogtreecommitdiff
path: root/apps/dreki_web/templates/error.dtl
blob: b1ee84c6ebac14085f2885be848373707e342206 (plain) (blame)
1
2
3
4
5
6
7
8
<div class="prose md:prose-lg lg:prose-xl dark:prose-invert">
  <h2>
    {{ status }}
  </h2>
  <p class="">
    {{ message }}
  </p>
</div>