{{ page.fastfood.t_headline }}

{{ page.fastfood.t_subheadline }}

{% for feature in page.fastfood.features %}
{% if feature.i_image %} {% picture width_500 pages/{{ feature.i_image }} alt="{{feature.i_image | remove: '.png' | remove: '.webp' | remove: '.jpg'| replace: '-',' ' | replace: '_',' ' }}" class="card-img-top img-fluid rounded" %} {% endif %}

{{ feature.t_description }}

{% endfor %}