Current section
Files
Jump to
Current section
Files
priv/web/templates/error_exception.html.mustache
{{> layouts/header.html }}
<p class="text-base rounded-md bg-red-200 dark:bg-red-700 text-red-900 dark:text-red-200 p-4 mb-4">
Exception {{class}}:
<span class="rounded bg-red-900/20 dark:bg-red-900/50 px-2 py-1 font-mono break-words">{{message}}</span>
</p>
{{> layouts/footer.html }}