Added extension registry

This commit is contained in:
Armin Ronacher 2010-05-09 14:08:02 +02:00
parent aeb3d32132
commit a2fe635dd8
8 changed files with 148 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{% extends "layout.html" %}
{% block head %}
{{ super() }}
<style type=text/css>
h1 { background-image: url(/static/extensions.png); }
</style>
{% endblock %}
{% block body_title %}
<h1><span>Flask Extensions</span></h1>
{% endblock %}