12 lines
No EOL
351 B
HTML
12 lines
No EOL
351 B
HTML
|
|
<ul>
|
|
{% for article in articles_page.object_list %}
|
|
<li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a> </li>
|
|
{% endfor %}
|
|
</il>
|
|
<!--
|
|
<div>
|
|
{% if articles_page.has_other_pages() %}
|
|
{% include 'include/pagination.html' %}
|
|
{% endif %}
|
|
</div>--> |