mirror of
https://github.com/senju1337/senju.git
synced 2025-12-23 23:39:27 +00:00
refactor: rename jinja files in extends
This commit is contained in:
parent
cba9cb1e18
commit
554f3bfffc
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.jinja" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="bg-violet-900 min-h-screen flex items-center justify-center text-white">
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.jinja" %}
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1 class="text-center">yo mama</h1>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue