ashwoods / django-labjs

Other
8 stars 2 forks source link

Set up with template inheritance #3

Open dboris opened 12 years ago

dboris commented 12 years ago

I couldn't find any information in the README how to set up a project that uses template inheritance. Say I load some scripts in a {% labjs %} tag in my master template. How can I add more scripts within my sub template that depend on the scripts loaded in the master? Can I nest template blocks within a labjs tag? It would be useful to address these issues in the README.