Note to self: Referencing the first item of a list in django templates

Posted Monday, January 18th and tagged django, hacking, note-to-self, templates
{{ object_list.0.pub_date }}

Yes, it really is that easy. If it's not working, double check that you are referencing the right attribute (that last tiny bit, you might have the name wrong. )