Allow for more control in template variables

Sepearate commit message coming from git for handling in template.
This commit is contained in:
David Paz 2022-07-15 17:45:52 +02:00
parent f072bb622f
commit 912f1a5f41
No known key found for this signature in database
GPG key ID: 6600CC47B1C1B063
4 changed files with 53 additions and 6 deletions

View file

@ -1,3 +1,5 @@
{{ content }}
{{ original_msg | join('') | trim() }}
Relates: {{ ticket }}
Relates: #{{ ticket }}
{{ commented | join('') }}