Das geht so:
<ftui-grid-tile row="1" col="1" height="4" width="4">
<header>Readingsgroup</header>
<ftui-content id="readings_group" [content]="<deine readingsgroup> | getHTML('<deine readingsgroup>')"></ftui-content>
</ftui-grid-tile>
dazu würde ich noch folgendes CSS mit aufnehmen, falls deine Readingsgroup Icons enthält:
/* Bilder in Readingsgroups in sinnvoller Größe darstellen */
#readings_group svg {
width: 20px;
height: 20px;
}
VG, Andreas