You will be able to access messages in your template | |
just like you can in Python, which means you can loop over it with {% for message in messages %} or access | |
individual messages with, for example, {{ messages[0] }}. |
You will be able to access messages in your template | |
just like you can in Python, which means you can loop over it with {% for message in messages %} or access | |
individual messages with, for example, {{ messages[0] }}. |