luciaa.at/templates/data.html

6 lines
202 B
HTML

{% extends "base.html" %}
{% block main %}
<h1>data</h1>
<p class="flowing-text">This is where I would put so cool data - if I had any q.q</p>
<p class="flowing-text">Maybe someday ~</p>
{% endblock %}