Updated website to support a snippet archive.

This commit is contained in:
Armin Ronacher 2010-05-02 16:34:12 +02:00
parent 9224212d49
commit ef7818e10e
12 changed files with 66 additions and 24 deletions

View file

@ -6,9 +6,11 @@
h1 span, p.tagline { display: none; }
</style>
{% endblock %}
{% block body %}
<h1><span>Flask</span></h1>
{% block body_title %}
{{ super() }}
<p class=tagline>because sometimes a pocket knife is not enough
{% endblock %}
{% block body %}
<blockquote>
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions.
And before you ask: It's <a href=docs/license/>BSD licensed</a>!