{# the values in the 'config' object are taken directly from the file app/config/config.yml #}

{{ config.get('general/sitename') }}

{% if config.get('general/payoff') %}

{{ config.get('general/payoff') }}

{% endif %}