{{ error_code }}
{{ error_title }} ({{ error_type }}-side error)
{% if error_type == "client" then %}
{% elseif error_type == "server" then %}
{% else %}
{% end %}
{-raw-}
Your Client
{% if error_type == "client" then %} {{ error_title }} {% elseif error_type == "server" then %} Working {% else %} Unknown {% end %}
{% if error_type == "server" then %}
{% elseif error_type == "client" then %}
{% else %}
{% end %}
Web Server
{% if error_type == "server" then %} {{ error_title }} {% elseif error_type == "client" then %} Working {% else %} Unknown {% end %}
What happened?
{{ error_text }}
What can I do?
{{ error_solution }}