You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
592 B
16 lines
592 B
<div class="rq-to-hide">
|
|
<div class="s-comments">
|
|
<div class="cat-list sc-comments">
|
|
{% for blog in object_list %}
|
|
<div class="cl-item">
|
|
<div class="acticle_list_big">
|
|
{% include 'includes/article/article_preview.html' with obj=blog %}
|
|
<h3><a href="{{ blog.get_permanent_url }}" title="">{{ blog.main_title }}</a></h3>
|
|
{{ blog.preview|safe }}
|
|
<strong><span>{{ blog.created|date:"d E Y" }}</span>{% if blog.tag.all.exists %}{% include 'includes/article_tags.html' with obj=blog %}{% endif %}</strong>
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|