refactor: Allow error descriptions to change the title.

This commit is contained in:
Ruben Verborgh
2021-07-14 15:56:56 +01:00
parent 5ab8e41fac
commit a23f25ecfe
2 changed files with 7 additions and 3 deletions

View File

@@ -1,11 +1,15 @@
# {{ name }}
{{#if description}}
{{{ description }}}
{{else}}
# {{ name }}
{{/if}}
## Technical details
{{#if message}}
{{ message }}
{{else}}
_No further details available._
{{/if}}
{{#if stack}}
```