D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
api
/
vendor
/
scrivo
/
highlight.php
/
test
/
detect
/
django
/
Filename :
default.txt
back
Copy
{% if articles|length %} {% for article in articles %} {% custom %} {# Striped table #} <tr class="{% cycle odd,even %}"> <td>{{ article|default:"Hi... " }}</td> <td {% if article.today %}class="today"{% endif %}> Published on {{ article.date }} </td> </tr> {% endfor %} {% endif %}