aboutsummaryrefslogblamecommitdiffstats
path: root/testing/templates/let.html
blob: 034e8d4587dbf39ee0c3c3d3992a3a89a84aabf8 (plain) (tree)
1
2
                      
                                    
{% let v = s %}{{ v }}
{% let (v1,v2) = t %}{{ v1 }}{{ v2 }}