{% extends "base.html" %} {% load static %} {% block title %} 首页 {% endblock title %} {% block content %}
{% for article in articles %}

{{ article.title }}

{{ article.body|slice:'100' }}...

{% endfor %}
{% endblock content %}