10 lines
386 B
Plaintext
10 lines
386 B
Plaintext
[%- if product.status or product.version -%]
|
|
#### Brief
|
|
[%-endif%]
|
|
[%- if product.status -%]
|
|
- **Status**: [[product.status]]
|
|
[%-endif-%]
|
|
[%- if product.version -%]
|
|
- **Version**: [[product.version]]
|
|
[%-endif-%]
|
|
- [**Last Change**]([[variables.GIT_REPO]]/commit/[[GIT_COMMIT]]) : [[GIT_LAST]] by [ [[GIT_AUTHOR]] ]([[variables.GIT_REPO]]/[[GIT_AUTHOR]]) - ```[[GIT_MESSAGE]]``` |