Sengi-Windows-MacOS-Linux/Mamoth/src/app/components/toot/toot.component.html

9 lines
178 B
HTML

<div id="mam-toot">
<div id="mam-toot-avatar">
<img src="{{ toot.account.avatar }}" />
</div>
<div id="mam-toot-content">
<p>{{ toot.content }}</p>
</div>
</div>