It's me again. After yelling, "I HATE WINDOWS!", switching to Mac, and
not thinking about Django again until I upgraded to OS X 10.5 (with
Python 2.5 and SQLite 3 included), I've decided to rewrite my Dj
Styles application to brush up on my skills.

One of the fundamental concepts of Dj Styles is putting content in
"blocks" with headers and bodies, so I was wondering if anyone could
give me examples of custom template tags that could simply echo HTML
code to make it easier on template authors to write the blocks. I'm
thinking of something like:

{% blockhead %}
becoming:
<table><tr><td class="blockheader">

Can anyone give me a skeleton template tag that I can put my own
custom HTML into?

Regards,
Matthew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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