python - flask问题
巴扎黑
巴扎黑 2017-04-18 10:25:01
0
2
531

问题

home.html

{% extends "base/base.html" %}
{% block title %}Home{% endblock %}
{% block content %}
    {% include "./recent_post.html" %}
{% endblock %}

recent_post.html

{{ posts_list }}

现在xxx.py

return render_template('home.html',posts_list=get_posts_list)

怎么让recent_post.html里的posts_list获取到传过去的值呢

标签问题

巴扎黑
巴扎黑

全員に返信(2)
左手右手慢动作

リーリー

いいねを押す +0
小葫芦

タグの問題は自動エスケープが原因です

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート