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

控制台 欢迎 {{session.username}} 添加笔记


{% for article in articles %} {% endfor %}
ID 标题 作者 日期
{{article.id}} {{article.title}} {{article.author}} {{article.create_date}} Edit
{% endblock %}