<h2>Demo Urls</h2>
<p>View this info as raw data at <a href="/demo-urls-data"><code>/demo-urls-data</code></a> for more flexible usage.</p>
<ul>
{{#each patternDemos }}
<li>
  Pattern: {{ this.title }}
  <ul>
    {{#each this.templates}}
      <li>
        Template: {{ this.title }}
        <br>
        {{#each this.demoUrls }}
          <a href="{{this}}" target="_blank">Demo</a>
        {{/each}}
      </li>
    {{/each}}
  </ul>
</li>
{{/each }}
</ul>
