GITLAB

qijun / newdist

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • newdist
  • FlaskT.v0.3
  • templates
  • hello.html
  • 1f1943eb   initial commit Browse Code ยป
    qijun
    2016-01-06 21:41:27 +0800  
hello.html 153 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
{% extends "base.html" %}
{% block content %}
<h3>Welcome! You are now logged in.</h3>
<br />
<br />
<br />
<a href="/logout">Logout</a>

{% endblock %}