Articles
{% for d in sb.days %}
{% endif %}
{% endfor %}
{{ d.date }}
-
{% for l in d.links %}
{{ render_article_link(l) }}
{% endfor %}
and {{ d.maybe_links|length }} weak match(es)
-
{% for l in d.maybe_links %}
{{ render_article_link(l) }}
{% endfor %}