{% extends "base.html" %} {% block content %}

Profile Settings

Integrations (Jellyfin/Plex)

{% if saved %}

Saved.

{% endif %}
{% if let Some(url) = avatar_url %}

Current avatar:

Current avatar
{% endif %} {% if let Some(url) = banner_url %}

Current banner:

Current banner
{% endif %}
Profile fields (max 4) {% for i in 0..4usize %}
{% endfor %}

Embed widget

Add your diary to your blog or website:

<iframe src="{{ embed_url }}" width="100%" height="600" style="border:none;border-radius:8px" loading="lazy"></iframe>
{% endblock %}