@if (recipeView.isLoading()) {

Loading...

} @else if (recipeView.isSuccess()) { } @else if (recipeView.error(); as error) {

{{ error.message }}

} @else {

There was an error loading the recipe.

}