Closes #6
This commit is contained in:
parent
de094d4bed
commit
bda624e4dc
3 changed files with 14 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
<!doctype html>
|
||||
<title>{% block title %}{% endblock %} - Flaskr</title>
|
||||
<title>{% block title %}{% endblock %} - {{ config['NAME'] }}</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename='favicon.png') }}">
|
||||
<nav>
|
||||
<h1>Flaskr</h1>
|
||||
<h1>{{ config['NAME'] }}</h1>
|
||||
<ul>
|
||||
{% if g.user %}
|
||||
<li><span>{{ g.user['username'] }}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue