Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suryasankar/flask_template_previewer
Flask extension which registers a blueprint on the flask app which will lets the jinja2 templates be previewed using their relative path in templates folder as the url, with the variables passed as url query params
https://github.com/suryasankar/flask_template_previewer
Last synced: 21 days ago
JSON representation
Flask extension which registers a blueprint on the flask app which will lets the jinja2 templates be previewed using their relative path in templates folder as the url, with the variables passed as url query params
- Host: GitHub
- URL: https://github.com/suryasankar/flask_template_previewer
- Owner: SuryaSankar
- License: mit
- Created: 2020-04-27T22:07:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:01:35.000Z (about 2 years ago)
- Last Synced: 2024-11-19T19:03:32.157Z (about 2 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
========================
Flask Template Previewer
========================.. image:: https://img.shields.io/pypi/v/flask_template_previewer.svg
:target: https://pypi.python.org/pypi/flask_template_previewer.. image:: https://img.shields.io/travis/SuryaSankar/flask_template_previewer.svg
:target: https://travis-ci.com/SuryaSankar/flask_template_previewer.. image:: https://readthedocs.org/projects/flask-template-previewer/badge/?version=latest
:target: https://flask-template-previewer.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusRegisters a blueprint on the flask app which will lets the jinja2 templates be previewed using their relative path in templates folder as the url, with the variables passed as url query params.
* Free software: MIT license
* Documentation: https://flask-template-previewer.readthedocs.io.Features
--------* TODO
Credits
-------This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage