{# 引入base #} {% extends 'blog/extension/base.html' %} {# 引入标题 #} {% block title %}文章列表{% endblock %} {% include 'blog/include/head.html' %} {# 随机变换图床api #} {% set wallpaper_apis =[ 'https://www.loliapi.com/acg/pc/', 'https://api.sretna.cn/api/pc.php', 'https://www.api.plus/API/dongman/', 'https://moe.jitsu.top/img/?sort=pc', 'https://www.dmoe.cc/random.php', 'https://api.r10086.com/樱道随机图片api接口.php?图片系列=猫娘1', 'https://api.mtyqx.cn/tapi/random.php'] %} {% set wallpaper = wallpaper_apis | random %} {% block content %} {% include 'blog/include/navbar.html' %}

全部文章

文章如下↓

{% for posts in posts %}
文章id:{{ posts['id'] }}
文章标题:{{ posts['title'] }}
页面跳转__{{ posts['date'].replace('.', '-') }}
{% endfor %}
{% endblock %}