update inbox list
This commit is contained in:
15
vendor/scrivo/highlight.php/test/detect/django/default.txt
vendored
Normal file
15
vendor/scrivo/highlight.php/test/detect/django/default.txt
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user