···2<div class="prompt-error">
3 <p class="went-wrong">Something went wrong :(</p>
4 <p class="reason">{{ reason }}</p>
05 <p id="maybe-not-in-iframe" class="hidden">
6 Possibly related: this prompt is meant to be shown in an iframe, but it seems like it's not.
7 </p>
···2<div class="prompt-error">
3 <p class="went-wrong">Something went wrong :(</p>
4 <p class="reason">{{ reason }}</p>
5+ <p class="reason detail">{{ detail }}</p>
6 <p id="maybe-not-in-iframe" class="hidden">
7 Possibly related: this prompt is meant to be shown in an iframe, but it seems like it's not.
8 </p>