api-method-response-example.html 296 B

123456
  1. <div class="api-method-response-example">
  2. <h5>
  3. <span class="api-method-response-example-indicator{{ if (gt (.Get "httpCode") 399) }} api-method-response-example-indicator-error{{ end }}"></span>
  4. {{ .Get "httpCode" }}: {{ index .Site.Data.HttpCodes (.Get "httpCode" | string) }}
  5. </h5>