We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66df668 commit 0d8bb8dCopy full SHA for 0d8bb8d
css-grid/templatetags/css_grid.py
@@ -1,3 +1,6 @@
1
+from django import template
2
+
3
+register = template.Library()
4
5
@register.simple_tag(takes_context=True)
6
def grid(context):
0 commit comments