add group template

This commit is contained in:
j 2021-06-24 17:36:02 +01:00
parent 7d122c0f6c
commit 4ca42a041a
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<div>
<div style="position: absolute; left: 16px; right: 16px; top: 16px">
<div style="font-weight: bold; font-size: 13px">About {name}:</div>
<div style="height: 8px"></div>
<div>{description}</div>
<div style="height: 8px"></div>
</div>
</div>