aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/section_as_context.mustache
blob: 59990f6580e33d88cce86bddd1032fcf22c7e829 (plain)
1
2
3
4
5
6
7
8
9
{{#a_object}}
  <h1>{{title}}</h1>
  <p>{{description}}</p>
  <ul>
    {{#a_list}}
    <li>{{label}}</li>
    {{/a_list}}
  </ul>
{{/a_object}}