Sign in
apache
/
airflow-flask-openid-fork
/
d46c5545460a883a4442a846cd47fb84aa84c761
/
.
/
example
/
templates
/
index.html
blob: 54f5161b036aab7adc8aef6f908b57feff2d6b93 [
file
] [
log
] [
blame
]
{% extends "layout.html" %}
{% block body %}
<h2>
Overview
</h2>
{% if g.user %}
<p>
Hello {{ g.user.name }}!
{% endif %}
<p>
This is just an example page so that something is here.
{% endblock %}