{% extends "base.html" %} {% block nav_home %}active{% endblock %} {% block header %}

celeste 🌸

{% if is_live %} {% endif %} {% if listenbrainz.is_scrobbling %} now playing: {{ listenbrainz.song.clone().unwrap_or_default() }} - {{ listenbrainz.artist.clone().unwrap_or_default() }} {% endif %}
{% endblock header %} {% block content %}

hallo i am celeste welcome 2 my site 🌟

this is where i do the posting

i wish u a wonderful day


perpetually under construction

{% endblock content %} {% block aside %} {% endblock aside %}