prelom/django/templates/category_latest.html

6 lines
168 B
HTML
Raw Permalink Normal View History

2022-11-29 17:27:36 +01:00
<h4 class="ui header">
Zadnji {{ category.name }}
</h4>
<hr class="nfb-divider" />
{% include 'article_thumb.html' with article=category.get_latest_article only %}