{% extends "layout.html" %} {% block title %}All Feeds{% endblock title %} {% block content %}

传送门

文章 by alphardex

举例:https://rsshub-python.herokuapp.com/chuansongme/articles

路由:/chuansongme/articles/:category

参数:category [默认为“最新”]

{% for th in ['精选','区块链','汽车','创意科技','媒体达人','电影音乐','娱乐休闲','生活旅行','学习工具','历史读书','金融理财','美食菜谱'] %} {% endfor %} {% for td in ['select', 'blockchain', 'auto', 'ideatech', 'newsmedia', 'moviemusic', 'fun', 'lifejourney', 'utility', 'hisbook', 'finance', 'food']%} {% endfor %}
{{th}}
{{td}}

{% endblock content %}