We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Mention in the docs the workaround when a package doesn't define some settings. The idea is to use the settings.get_safe function:
settings.get_safe
{{ settings.get_safe("build_type")|default("value-if-not-build_type") }}