mirror of
https://github.com/penpot/penpot.git
synced 2026-09-23 04:16:13 +00:00
11 lines
182 B
Plaintext
11 lines
182 B
Plaintext
{% if profile %}
|
|
Feedback from: {{profile.fullname}} <{{profile.email}}>
|
|
Profile ID: {{profile.id}}
|
|
{% else %}
|
|
Feedback from: {{from}}
|
|
{% endif %}
|
|
|
|
Subject: {{subject}}
|
|
|
|
{{content}}
|