{% extends "bottom.html" %} {% load static %} {% block stylesheethref %} {% endblock %} {% block content %}
{% for artcle in artchles %}
文章图片
{% endfor %}
{% endblock %}