{% extends "template.html.j2" %} {% block content %}

this page might not be up-to-date if my diary account is search banned

if in doubt check my diary account
check if i'm currently search banned

{% for dt, entries in diary.items() %}
{{ dt }}
    {% for entry in entries %} {% if entry["images"] != [] %}
      {% for img in entry["images"] %}
    • {% endfor %}
    {% endif %}
  1. {{ entry["text"] }}

  2. {% endfor %}
{% endfor %}
{% endblock %}