mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Allow error descriptions to change the title.
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
# {{ name }}
|
||||
|
||||
{{#if description}}
|
||||
{{{ description }}}
|
||||
{{else}}
|
||||
# {{ name }}
|
||||
{{/if}}
|
||||
|
||||
## Technical details
|
||||
{{#if message}}
|
||||
{{ message }}
|
||||
{{else}}
|
||||
_No further details available._
|
||||
{{/if}}
|
||||
|
||||
{{#if stack}}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user