{# Macro for creating navigation links #} {% macro render_navigation(pagination) %} {% endmacro %} {% block body %}

{{title}} 列表

{% for todo in todos_page.items %} {% if todo.reminded_time is none %} {% else %} {% endif %} {% endfor %}
项目名称 公告类型 招标单位 发布日期 爬取时间
{{todo.title}} {{todo.notice_type}} {{todo.source_ch}} {{todo.published_date.strftime('%Y-%m-%d')}} {{todo.timestamp.strftime('%Y-%m-%d %H:%M:%S')}}
{% endblock %}