in jinja2 は、値が定義されているかどうかを知るのif
に役立ちますが、クエリに結果があるかどうかを知る必要がありますか? 例えば:
<thead>
{% if row in rows %} # this is a pseudo-code that i looking for
...
</thead>
<tbody>
{% for row in rows %}
...
</tbody>
行は、「結果なし」が NULL である gql クエリの結果ですが、
{% if rows == NULL %}
また
{% if rows is none %}
私を助けないでください。tbody
が空のときに広告を非表示にしたい。