{% from 'lib/picture.html' import picture %} {% extends 'lib/layout.html' %} {% block body %}
{% include "lib/greet.html" %}

Forget is a service that automatically deletes your old posts that everyone has forgotten about. Shouldn't databases forget too?

Features

{% if not g.viewer %}

Sign in

{% if twitter_login_error %} {% endif %}

{{picture(st, 'twitter', (20,40,80), ('webp', 'png'))}} Log in with Twitter

{% for instance in mastodon_instances %} {% if loop.first %} {{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}} Log in with {% endif %} {{instance}} {% else %} {{picture(st, 'mastodon', (20,40,80), ('webp', 'png'))}} Log in with Mastodon {% endfor %} {% if mastodon_instances %} Another Mastodon instance {% endif %}

{% endif %} {% endblock %} {% block scripts %} {% endblock %}