Back
@if (postQuery.isPending()) { Loading... } @else if (postQuery.isError()) { Error: {{ postQuery.error().message }} } @if (postQuery.data(); as post) {

{{ post.title }}

{{ post.body }}

@if (postQuery.isFetching()) { Background Updating... } }