Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Flask-Gist
==========

[![PyPi version](https://img.shields.io/pypi/v/Flask-Gist.svg)](https://crate.io/packages/Flask-Gist/)
[![PyPi downloads](https://img.shields.io/pypi/dm/Flask-Gist.svg)](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)