I can't seem to get django-cms to work with template tags If I specify as my default template something like (stripped to bare essentials here)
FOO {% block content %} {% endblock %} and enter in the body of my content for a page to be rendered with this template (in the admin tool) {% block content %} Hello {% end block %} All I see when I render the page (go to the URL based on the slug I entered in django-cms) is FOO I think it has to do with the pagination template tags it's wrapping around my content before handing it off to the template renderer.... --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---