9 lines
255 B
HTML
9 lines
255 B
HTML
|
|
<section
|
||
|
|
id="id_applet_my_games"
|
||
|
|
style="--applet-cols: {{ entry.applet.grid_cols }}; --applet-rows: {{ entry.applet.grid_rows }};"
|
||
|
|
>
|
||
|
|
<h2>My Games</h2>
|
||
|
|
<ul class="game-list">
|
||
|
|
<small>[feature forthcoming]</small>
|
||
|
|
</ul>
|
||
|
|
</section>
|