<div class="players">
{{#each users}}
{{#each usersInLobby}}
<img src="/img/characters/{{skin}}.png" style="height: 85px; display:inline;">
<p>{{username}}{{level}}</p>
{{/each}}
{{/each}}
</div>
This is the current version of my code. However, it is displayed like this:
https://i.sstatic.net/jwUpR.png
I would like to have the usernames displayed below the images and the images displayed inline.