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