{% extends 'layout.html' %} {% block body %}

好记星读书笔记

好记性不如烂笔头!
{% if not articles %}

文章不存在哦!

{% else %}
{% for article in articles %}

{{article.title}}


{% endfor %}
{% endif %} {% endblock %}