How to set a value of a variable inside a template code?

后端 未结 9 1266
我寻月下人不归
我寻月下人不归 2020-11-27 09:55

Say I have a template


Hello {{name}}!

While testing it, it would be useful to define the

9条回答
  •  眼角桃花
    2020-11-27 10:32

    Perhaps the default template filter wasn't an option back in 2009...

    
    
    Hello {{name|default:"World"}}!

提交回复
热议问题