1
0
forked from finn/site

navbar current decorator

This commit is contained in:
2024-08-05 09:09:51 -07:00
parent 82baefb3d2
commit 2ba3fe0a7e
8 changed files with 54 additions and 59 deletions

View File

@ -1,5 +1,7 @@
{% extends "base.html" %}
{% block indexcurrent %}class="current"{% endblock %}
{% block content %}
<h1>Hello, {{ current_user.username }}!</h1>
{% if form %}