https://github.com/ellisonleao/Flask-Gist
:octocat: A simple flask extension to render Github Gists on the template
https://github.com/ellisonleao/Flask-Gist
Last synced: 7 months ago
JSON representation
:octocat: A simple flask extension to render Github Gists on the template
- Host: GitHub
- URL: https://github.com/ellisonleao/Flask-Gist
- Owner: ellisonleao
- License: mit
- Archived: true
- Created: 2014-04-14T03:46:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T01:34:48.000Z (over 7 years ago)
- Last Synced: 2025-03-01T19:03:34.699Z (8 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flask-Gist
==========[](https://crate.io/packages/Flask-Gist/)
[](https://crate.io/packages/Flask-Gist/)A simple flask extension to render Github Gists on the template
Usage:
{{ gist(GIST_ID) }}
This will render the Github's Gist embed code on the template. Checkout the [example code](https://github.com/ellisonleao/Flask-Gist/blob/master/example.py)