9 lines
148 B
HTML
9 lines
148 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
Welcome, {{ name }}! <p>
|
|
Your google ID is {{ google_id }}
|
|
</h1>
|
|
{% endblock %}
|