github.com/qubitproducts/logspray@v0.2.14/server/swagger-ui/src/main/template/status_code.handlebars (about) 1 <td width='15%' class='code'>{{{escape code}}}</td> 2 <td class="markdown">{{{escape message}}}</td> 3 <td width='50%'><span class="model-signature" /></td> 4 <td class="headers"> 5 <table> 6 <tbody> 7 {{#each headers}} 8 <tr> 9 <td>{{@key}}</td> 10 <td>{{{sanitize this.description}}}</td> 11 <td>{{{escape this.type}}}</td> 12 </tr> 13 {{/each}} 14 </tbody> 15 </table> 16 </td>