Give everything the transition property. Fuck, that's awesome

This commit is contained in:
Bun 2025-07-02 23:22:26 -04:00
parent 67de08a5b8
commit df4979192e
12 changed files with 43 additions and 22 deletions

View file

@ -1,7 +1,8 @@
{% extends "base.html" %}
{% block content %}
<h1 class="title">
{{ section.title }}
</h1>
{% block content %}
<h1 class="title">
{{ section.title }}
</h1>
{{ section.content | safe }}
{% endblock content %}