>
> Problem is, I can't manage to do anything with posts in my template.

What exactly are you trying to do that's not working?

> When I view source, I see an object reference, so I know it's getting
> there, and I know this is probably a terribly dumb question, but how
> do I access posts?

How about something like this:

{% for p in posts %}
        {{ p.headline }}
        {{ p.body }}
{% endfor %}


--~--~---------~--~----~------------~-------~--~----~
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