{% load wagtailimages_tags static home_tags %} {% block extra_css %} {% endblock %}
{% for article in items %}
{% if article.cover_image %} {% image article.cover_image max-194x133 as cover %} {{ article.title }} {% else %} {% random_default_cover as default_cover %} {{ article.title }} {% endif %}
{{ article.title }}
{% endfor %}
更多文章