{# You can either hardcode the filename for the header, or take a value from the current content in 'record', or - as we do in this example - take a random one from the list in the /theme/foundation/theme.yml file. #} {% set headerimage = asset('images/' ~ random(theme.headerimage), 'theme') %} {# the values in the 'config' object are taken directly from the file app/config/config.yml #}
{{ config.get('general/payoff') }}
{% endif %}