2 % if c.updates and not c.last_seen_item:
3 <hr class="frontpage-new-stuff">
5 % for update in c.updates:
6 <%include file="${update.source.template}" args="update=update" />
7 % if update == c.last_seen_item:
8 <hr class="frontpage-new-stuff">
16 <ul class="classic-list">
17 % for source in c.sources:
18 <li><a href="${source.link}"><img src="${h.static_uri('spline', "icons/{0}.png".format(source.icon))}" alt=""> ${source.title}</a></li>