{% extends "base.html" %} {% block title %}{{ date }} โ digest{% endblock %} {% block content %} โ history {{ date }}{% if repo %} {{ repo }}{% endif %} {% if (repo and daily_exists) or other_repos %} {% if repo and daily_exists %}daily{% endif %} {% for other in other_repos %} {% if not loop.first or (repo and daily_exists) %}ยท{% endif %} {{ other }} {% endfor %} {% endif %} generate custom