While {% flash %} works fine for displaying all flash messages, if a user wants to show only a certain type with {% flash success %} (for example), it errors with "Undefined variable: message".