Skip to content

Instantly share code, notes, and snippets.

View danniranderis's full-sized avatar

Danni Randeris danniranderis

View GitHub Profile
https://repo.danniranderis.dk/_admin/gists/4
https://repo.danniranderis.dk/_admin/gists/3
https://repo.danniranderis.dk/_admin/gists/2
https://repo.danniranderis.dk/_admin/gists/1
@danniranderis
danniranderis / macros.py
Last active May 26, 2018 13:02 — forked from skyl/kwacros.py
Django Template macros with args and kwargs forked for keeping the snippet updated
#
# templatetags/macros.py - Support for macros in Django templates
#
# Based on snippet by
# Author: Michal Ludvig <michal@logix.cz>
# http://www.logix.cz/michal
#
# modified for args and kwargs by Skylar Saveland http://skyl.org
#
# forked gist from Skylar Saveland to refactor to original django-snippet