%} I just loaded {{ this.name }} from the `hello -names` endpoint. {% except %} {% if error == 404 %} Not found {% elif error == 403 %} Not allowed {% else %} Error {% endif %} {% end %}
%} <ul> {% for result in this %} <li>I just loaded {{ result.name }}.</li> {% endfor %} </ul> {% empty %} <div class="empty">Nothing was loaded. </div> {% end %}