Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quokkaproject/flask-htmlbuilder

Builds HTML from Python (recovered from local installation since original was deleted)
https://github.com/quokkaproject/flask-htmlbuilder

Last synced: 7 days ago
JSON representation

Builds HTML from Python (recovered from local installation since original was deleted)

Awesome Lists containing this project

README

        

===============================
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/