📜  twig if else - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:42.829000             🧑  作者: Mango

代码示例4
{% if not user.subscribed %}
    

You are not subscribed to our mailing list.

{% endif %}