{% extends "base.html" %} {% block title %}{{ entry.site_name if entry else "Not Found" }}{% endblock %} {% block content %}
← Back to dashboard {% if error %}
{{ error }}
{% endif %} {% if entry %}
{{ entry.site_name[:2].upper() }}

{{ entry.site_name }}

{% if entry.login_url %} {{ entry.login_url }} {% endif %}
✏️ Edit
Username
{{ entry.username }}
Password
••••••••••••
{% if entry.notes %}
Notes
{{ entry.notes }}
{% endif %}
{% endif %}
{# /page-enter #} {% endblock %}