<div class="page-header">
  <h1>Crash Report <small>{{product}} v{{version}}</small></h1>
</div>
<dl class="dl-horizontal">
  {{#each fields}}
    <dt>{{titleCase @key}}</dt>
    <dd>
    {{#if this.path}}
    <a href="{{this.path}}">download</a>
    {{else}}
    {{this}}
    {{/if}}
    </dd>
  {{/each}}
</dl>
<h2>Stackwalk</h2>
<pre><code>
{{stackwalk}}
</code></pre>
