added a link to menu in appname

master
Kostanjevec 2022-06-07 18:57:48 +02:00
parent ae0101c003
commit 91e0d17385
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<!doctype html>
<title>{% block title %}{% endblock %} - contentmatcher</title>
<title>{% block title %}{% endblock %} - contentmatcher </title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
<nav>
<h1>contentmatcher</h1>
<h1><a href="{{ url_for('menu.index') }}">contentmatcher</a></h1>
<ul>
{% if username %}
<li><span>{{username}}</span>