Hello Jonathan,

Use {% block dtd %} instead of {{ block dtd }}.

{{ }} are for accessing variables < 
http://docs.djangoproject.com/en/dev/topics/templates/#variables
>.

{% %} are for tags < http://docs.djangoproject.com/en/dev/topics/templates/#tags
>.

Toodle-loooooooooo...........
creecode

On Apr 27, 11:51 am, Jonathan Hayward
<christos.jonathan.hayw...@gmail.com> wrote:
> I'm working on a base template. Django is giving a TemplateSyntaxError at my
> first attempted block declaration:
>
> TemplateSyntaxError at /
>
> Could not parse the remainder: ' dtd' from 'block dtd'
>

> The template is:
>
> {{ block dtd }}

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

Reply via email to