{% trans %}On This Day{% endtrans %}

{{ SITENAME }} © {{ COPYRIGHT_YEAR|default(2026) }} {% if SHOW_CREDITS|default(True) %} {% if SHOW_CREDITS and SHOW_CREDITS.left %} {% set left=SHOW_CREDITS.left %} {% else %} {% set left %}{% trans %}Theme{% endtrans %} Attila •{% endset %} {% endif %} {% if SHOW_CREDITS and SHOW_CREDITS.right %} {% set right=SHOW_CREDITS.right %} {% else %} {% set pelican_link %}Pelican{% endset %} {% set attila_link %}Attila{% endset %} {% set left %}{% trans pelican=pelican_link, attila=attila_link %}Published with {{ pelican }} • Theme {{ attila }} •{% endtrans %}{% endset %} {% endif %} {{ left }} {% endif %}