{% import "components.html" as c with context %} {% set key = "error." ~ (code or "unreachable") %}
{{ t.text(key ~ ".text") if t.has(key ~ ".text") else t.text("error.text") }}