[Fixed]-How do i use a part of HTML template in my various other templates using django templates language?

1👍

I think the {% include 'template.html' %} tag is what your are looking for.

You can look it up here:
https://docs.djangoproject.com/en/1.10/ref/templates/builtins/#include

Leave a comment