-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.rst
More file actions
23 lines (16 loc) · 818 Bytes
/
README.rst
File metadata and controls
23 lines (16 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
===============================
flask-htmlbuilder
===============================
.. image:: https://img.shields.io/travis/quokkaproject/flask-htmlbuilder.svg
:target: https://travis-ci.org/quokkaproject/flask-htmlbuilder
.. image:: https://img.shields.io/pypi/v/flask-htmlbuilder.svg
:target: https://pypi.python.org/pypi/flask-htmlbuilder
HTML builder for Python and Flask
Flask-HTMLBuilder
~~~~~~~~~~~~~~~~~
Flask-HTMLBuilder is a Flask extension that allows flexible and easy
Python-only generation of HTML snippets and full HTML documents using a
robust syntax. For more advanced usage it provides a lean template
inheritance system that is intertwined with the Flask/Werkzeug endpoint
mechanisms.
Forked from: http://majorz.github.com/flask-htmlbuilder/