Django: Template composed of Templates

Posted by Agnel Kurian on Stack Overflow See other posts from Stack Overflow or by Agnel Kurian
Published on 2010-03-25T14:49:05Z Indexed on 2010/03/25 14:53 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

In one of my Django templates, I have a chunk of HTML which repeats at several places in the page. Is there a way I could use another template for this chunk alone and "instantiate" the template where required?

© Stack Overflow or respective owner

Related posts about django

Related posts about python