{{ title }}

@if (isAuthenticated()) {

Welcome back, {{ user.name }}!

} @else {

Please log in to access your account.

}
@for (post of posts; track post.id) {

Published on {{ post.date | date: 'fullDate' }}

} @empty {

No posts available.

}