forked from orbit-oss/flask
Initial checkin of stuff that exists so far.
This commit is contained in:
commit
33850c0ebd
15 changed files with 984 additions and 0 deletions
11
examples/apishowcase/templates/index.html
Normal file
11
examples/apishowcase/templates/index.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "layout.html" %}
|
||||
{% block body %}
|
||||
<p>
|
||||
This is an example application that shows how
|
||||
the Werkzeug powered Flask microframework works.
|
||||
<p>
|
||||
The various parts of the example application:
|
||||
<ul>
|
||||
<li><a href="{{ url_for('hello_user') }}">Hello World</a>
|
||||
</ul>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue