Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
twig に新しいグローバル変数を割り当てました:
$twig->addGlobal("lang", Config::$lang);
この変数をifステートメントでチェックしたいのですが、うまくいきません
{% if lang == 'en' %}
if文でグローバル変数をチェックする方法は?