% if !htmx {%>
zettoIT ARS
<% } %>
<% if let ViewerState::Answering{ inner_body } = state { %>
<%- inner_body %>
<% } else if let ViewerState::Result{ last_question, inner_body} = state { %>
<%- inner_body %>
<% if last_question { %>
<% } else { %>
<% } %>
<% } else if let ViewerState::NotStarted((player, qrcode, url)) = state { %>
<%- qrcode %>
or visit <%= url %>
<% } else {%>
The Quiz finished. You can close this tab now.
<% } %>
<% if !htmx { %>
<% } %>