Flask-Gist icon indicating copy to clipboard operation
Flask-Gist copied to clipboard

:octocat: A simple flask extension to render Github Gists on the template

Flask-Gist

PyPi version PyPi downloads

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