SORU
8 Ocak 2013, Salı


Python jinja2 steno koşullu

Bu var dediler

{% if files %}
    Update
{% else %}
    Continue
{% endif %}

PHP, diyelim ki, bir steno koşullu, gibi yazabilirim:

<?php echo $foo ? 'yes' : 'no'; ?>

Bu jinja2 bir şablon çalışması için tercüme edebilirim o zaman bir şekilde

'yes' if foo else 'no'

CEVAP
8 Ocak 2013, Salı


Evet, mümkün inline if-expressions kullanmak için:

{{ 'Update' if files else 'Continue' }}

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • Barnacules Nerdgasm

    Barnacules N

    20 Temmuz 2006
  • Google

    Google

    18 EYLÜL 2005
  • Schmittastic Jr.

    Schmittastic

    19 Mart 2013