{% if error%}
An error occured: {{ error[0] }}!
{{ error[1] }} {% else %} {% if up%}
Website is UP
{% else %}
Website is DOWN
{% endif %} {% endif %}