优汇林
登录
AI工具导航

flask模板常用

网友分享2025-01-12 18:21:19
<!DOCTYPE html>
<html>
<head>
    <title>Flask 模板示例</title>
</head>
<body>
    {% for outer_item in outer_data %}
        <h3>外部循环:{{ outer_item }}</h3>
        {% for inner_item in inner_data %}
            {% if loop.index0 == outer_loop.index0 %}
                <p>索引为{{ outer_loop.index0 }}的数据是:{{ inner_item }}</p>
            {% endif %}
        {% endfor %}
    {% endfor %}
</body>
</html>


<!DOCTYPE html>
<html>
<head>
    <title>Flask 模板示例</title>
</head>
<body>
    {% if data[2] == 'some_value' %}
        <h1>条件匹配,数据为:{{ data[2] }}</h1>
    {% else %}
        <h1>条件不匹配</h1>
    {% endif %}
</body>
</html>
    本文转载自互联网,如有侵权,联系删除。

    本文链接:https://www.youhuilin.com/html/53.html

    图片名称

    相关内容

    分享

    复制链接

    优汇林在线咨询

    上班时间:9:00-22:00
    周六、周日:14:00-22:00