Quote:
Originally Posted by anoved
Yup. Here's what your sample's return statement might look like with two sections:
Code:
return [('Section One', article_list_one), ('Section Two', article_list_two)]
|
Thanks, that's just what I need. It looks like the section name is ignored when there's only one section, is it?