diff options
Diffstat (limited to 'docs/config/templates')
| -rw-r--r-- | docs/config/templates/error.template.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/config/templates/error.template.html b/docs/config/templates/error.template.html new file mode 100644 index 00000000..f48b397b --- /dev/null +++ b/docs/config/templates/error.template.html @@ -0,0 +1,17 @@ +{% extends "base.template.html" %} + +{% block content %} +<h1>Error: {$ doc.id $} + <div><span class='hint'>{$ doc.fullName $}</span></div> +</h1> + +<div> + <pre class="minerr-errmsg" error-display="{$ doc.formattedErrorMessage $}">{$ doc.formattedErrorMessage $}</pre> +</div> + +<h2>Description</h2> +<div class="description"> + {$ doc.description | marked $} +</div> + +{% endblock %}
\ No newline at end of file |
