refactor: rename jinja files in extends

This commit is contained in:
Christoph J. Scherr 2025-02-25 18:21:52 +01:00
parent cba9cb1e18
commit 554f3bfffc
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{% extends "base.jinja" %} {% extends "base.html" %}
{% block content %} {% block content %}
<div class="bg-violet-900 min-h-screen flex items-center justify-center text-white"> <div class="bg-violet-900 min-h-screen flex items-center justify-center text-white">

View file

@ -1,4 +1,4 @@
{% extends "base.jinja" %} {% extends "base.html" %}
{% block content %} {% block content %}
<h1 class="text-center">yo mama</h1> <h1 class="text-center">yo mama</h1>
{% endblock %} {% endblock %}