{% extends 'base.html' %} {% block title %}关注{% endblock %} {% block content %}

关注

{% for p in posts %}
{% set first = p.images[0] if p.images %} {% if first %} {{ p.title }} {% endif %}
{% endfor %}
{% endblock %}