Use this component to have a different layout based on a certain state.
Fill in the slot, and get access to the following things:
results: {{ Object.keys(state.results) }}
state: {{ Object.keys(state.state) }}
status: {{ state.status }}
error: {{ state.error }}