File size: 284 Bytes
0c67b3e
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends 'base.html' %}

{% block head %}
<title>Indonesian Lyrics Classification By Age Group - Register</title>
{% endblock %}

{% block body %}
<nav>
    <ul>
        <li><a href="/logout">Logout</a></li>
    </ul>
</nav>
<h1>You are logged in as {{ email }}!</h1>
{% endblock %}