56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
{% extends "base" %}
|
|
|
|
{% block nav_home %}active{% endblock %}
|
|
|
|
{% block header %}
|
|
|
|
<div class="panel" id="title">
|
|
<h1>cel 🌸</h1>
|
|
</div>
|
|
|
|
{% if is_live %}
|
|
<iframe
|
|
class="panel"
|
|
id="stream"
|
|
src="https://live.blos.sm/embed/video"
|
|
title="girlstream"
|
|
referrerpolicy="origin"
|
|
scrolling="no"
|
|
allowfullscreen>
|
|
</iframe>
|
|
{% endif %}
|
|
|
|
{% if is_scrobbling %}
|
|
<a href="https://listenbrainz.org/user/celblossom" class="panel" id="scrobble">now playing: Parfum d'étoiles - Ichiko Aoba</a>
|
|
{% endif %}
|
|
|
|
{% endblock header %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="content panel">
|
|
<h2>hallo i am celeste welcome 2 my site 🌟</h2>
|
|
<p>this is where i dump everything</p>
|
|
<p>i wish u a wonderful day</p>
|
|
<br>
|
|
<img src="https://s3.eu-west-1.wasabisys.com/skinnyverse/f28c467a-0ee1-4d49-a638-08a010fd9927/quinntyping.png">
|
|
<p>perpetually under construction</p>
|
|
<img style="border: 0;" src="/barraconstruction.gif">
|
|
</div>
|
|
|
|
{% endblock content %}
|
|
|
|
{% block aside %}
|
|
|
|
<aside>
|
|
|
|
{% include "latestblogs" %}
|
|
{% include "latestskweets" %}
|
|
|
|
</aside>
|
|
|
|
{% endblock aside %}
|
|
|
|
|
|
|