@if (loading()) {
} @else if (notFound()) {

Artikel nicht gefunden

Dieser Artikel existiert nicht oder wurde entfernt.

} @else if (post(); as post) { @if (getCoverUrl(post); as coverUrl) {
}
@if (post.tags.length > 0) {
@for (tag of post.tags; track tag.tags_id.id) { {{ tag.tags_id.name }} }
}

{{ post.title }}

{{ post.summary }}


}