Note to self: Referencing the first item of a list in django 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. )