{{#if answers}}
<h2>Does this help?</h2><p>We found some things that might help answer your question.</p>
  {{#answers}}
     {{#if ID}}
        
        <ul class="search_results kf_list">       
        <li data-answerID={{ID}} class="result result_web">
               
            <a href="{{URL}}" ><h3 class="result_title">
          {{Title}}</h3></a>
          {{#if URL}}<p class="result_url">{{URL}}</p>{{/if}}
          {{#unless URL}}
            {{#if body}}
              <p>{{{body}}}</p>
            {{else}}
              <p>{{{Excerpt}}} &hellip;</p>
            {{/if}}
          {{/unless}}
        </li>
      </ul>
    {{else}}
      <p>We need some more information before we can send your question.</p>
    {{/if}}
  {{/answers}}  
{{else}}
  {{#if incident.created}}
    <p class="confirmation-msg">Great! Your message has been sent. We\'ll get in contact with you shortly.</p>
 
  {{else}}
    <p class="error-msg">Sorry! Something went wrong, your message has not been sent. Please return to the form.
    <a href="./" class="button secondary">Return to the form</a>
  {{/if}}
{{/if}}