Django, one more newbie question

Piet van Oostrum piet at cs.uu.nl
Tue Feb 20 06:40:09 EST 2007


>>>>> Boris Ozegovic <silovana.vjeverica at com.gmail> (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 <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list