4 <title>{{ title }} - Web Photo Portfolio
</title>
6 <title>Welcome to Web Photo Portfolio
</title>
10 <div>WPP:
<a href=
"/index">Home
</a>
11 {% if g.user.is_authenticated %}
12 |
<a href=
"{{ url_for('user', nickname=g.user.nickname) }}">Your Profile
</a>
13 |
<a href=
"{{ url_for('logout') }}">Logout
</a>
17 {% with messages = get_flashed_messages() %}
20 {% for message in messages %}
21 <li>{{ message }}
</li>
26 {% block content %}{% endblock %}