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 b754b89 commit 66df668Copy full SHA for 66df668
css-grid/templatetags/css_grid.py
@@ -1 +1,4 @@
1
2
+@register.simple_tag(takes_context=True)
3
+def grid(context):
4
+ return context['_prefix']
0 commit comments