add group template
This commit is contained in:
parent
7d122c0f6c
commit
4ca42a041a
1 changed files with 8 additions and 0 deletions
8
static/html/entities.group.entity.html
Normal file
8
static/html/entities.group.entity.html
Normal 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>
|
Loading…
Reference in a new issue