%# Renders this request's flashed messages (see utils.py flash()) as %# oat.toast() popups instead of an inline banner, so a confirmation %# doesn't sit in the page until the user dismisses it. `flashes` is %# passed in already popped (get_flashed_messages() is one-shot). %# %# Wrapped in DOMContentLoaded: oat.min.js loads with `defer` in
, %# which runs it after parsing but right before that event fires — this %# inline %end