Hello all - I am new to Django development and I have a question about
templates.

I have many templates(html pages) and want to know the best way to
manage them all. For example:
I have business_form.html: to get data
I have business.html: to display data
and so on.

Now, if I change a link in the navigation portion of my page I will
have to change them in all my html pages if I want the pages to all
look alike. There has got to be a way to manage this better. Please
help.

I have used asp.net in the past and it uses a feature call
master.pages which manages this for all pages. Is there something like
that for Django?

Thanks,
Frutoso

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to