@if (me) {
@{{ me?.acct }}
}

New post

{{ draft.length }} chars

Posts

@if (!posts?.length) {
No posts loaded.
} @for (p of posts; track p; let i = $index) {
@if (i>0) {
}
{{ stripHtml(p.content) }}
}