>>>>> Boris Ozegovic <[EMAIL PROTECTED]> (BO) wrote: >BO> Umm, can somebody tell me which language is this one: >BO> {% if latest_poll_list %} >BO> <ul> >BO> {% for poll in latest_poll_list %} >BO> <li>{{ poll.question }}</li> >BO> {% endfor %} >BO> </ul> >BO> {% else %} >BO> <p>No polls are available.</p> >BO> {% endif %}
>BO> Whole tutorial is on this page: >BO> http://www.djangoproject.com/documentation/tutorial3/ >BO> endfor, endif, {{? :) It is the Django template language. -- Piet van Oostrum <[EMAIL PROTECTED]> URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4] Private email: [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list