{{foreach $list1 as $value}}
  • {{$value}}
  • {{/foreach}}
    {{foreach $list2 as $value}}
  • {{$value["value"]}} => {{name}}
  • {{/foreach}}