use entities for group/publication descriptions

This commit is contained in:
j 2021-02-07 11:40:46 +01:00
commit 762c5e773c
3 changed files with 137 additions and 4 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>