💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
#``constant`` > versionadded: 1.12.1 constant now accepts object instances as the second argument. ``constant`` returns the constant value for a given string: {{ some_date|date(constant('DATE_W3C')) }} {{ constant('Namespace\\Classname::CONSTANT_NAME') }} As of 1.12.1 you can read constants from object instances as well: {{ constant('RSS', date) }}