main.view--home(
style='display: flex; flex-direction: column; gap: 40px; margin-top: 1em'
)
header
h2 Match Queue
article(v-if='cards.length && !loading')
ProfileCardList(:pid='pid' :profiles='cards' @reload='getCards')
p(v-else-if='cards.length === 0') No profiles in match_queue.
p(v-else) Loading...
MainNav