On 12/30/05, James Bennett <[EMAIL PROTECTED]> wrote:
> So the template tag '{{ simple.saysomething }}' would expect the view
> to have included in the context a key/value pair where 'simple' is the
> value, and the key is an object with a 'saysomething' attribute.

Whoops. Should have been the other way around. I need to get more sleep...

You might also want to look at the template documentation:
http://www.djangoproject.com/documentation/templates_python/ goes into
detail about how context works, and
http://www.djangoproject.com/documentation/templates/ gives a good
overview of what you can do in templates with just HTML and built-in
template tags.

--
"May the forces of evil become confused on the way to your house."
  -- George Carlin

Reply via email to