Do you mean that you are new to the syntax of django templates so you just want to look at and see what django templates look like? Take a look at the ones used in the admin of django itself:
https://github.com/django/django/tree/master/django/contrib/admin/templates/admin index.html is a reasonable one. https://docs.djangoproject.com/en/dev/ref/templates/builtins/ is useful to refer to while reading those. There are a few custom templates that you'll find here: https://github.com/django/django/tree/master/django/contrib/admin/templatetags/ Anyone have a better template without custom tags? On Thu, Apr 17, 2014 at 10:44 AM, ngangsia akumbo <ngang...@gmail.com>wrote: > New to django.... > > I need free template, a variety of them. Any help? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/4fb69343-0a8e-42ff-9f82-28e4e1561e5e%40googlegroups.com<https://groups.google.com/d/msgid/django-users/4fb69343-0a8e-42ff-9f82-28e4e1561e5e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2By5TLYkCK-iesHH8E3pKk4VkO5diH3H0eyiBbiFG70n%2BF6v4A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.