John Elam - Home | twitter:@elamje | my coding flow playlist: spotify | coding music: List | me now
django partial template context
June 21, 2021

Django Partial Template with context

You can use

{% with context%}

{% include 'template' c=context %}

{% endwith %}

to pass nested data into partial views

Tags: django

back. | home.