File size: 217 Bytes
5fa1a76
 
 
1
2
3
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] }}.