{{ page.press.t_text }}

{{ page.press.t_stats_headline }}

{% for item in page.press.t_stats %}

{{ item.t_stat_value }}

{{ item.t_stat_label }}

{% endfor %}

{{ page.press.t_disclaimer_date }}

{{ page.press.t_disclaimer }}

{{ page.press.t_nav_headline_two }}

{% assign featureCount = 0 %} {% for item in page.press.brand_assets %} {% assign featureCount = featureCount | plus: 1 %}

{{ item.t_heading }}

{% assign colcount = 0 %} {% for subitem in item.assets %}
{% assign colcount = colcount | plus: 1 %} {% if subitem.i_name %} {% if subitem.v_type == 'video' %} {% picture width_300 pages/{{ subitem.i_name }} alt="{{ item.i_name | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% else %} {% picture width_300 pages/{{ subitem.i_name }} alt="{{ item.i_name | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% endif %} {% endif %}
{% endfor %}
{% endfor %}
{% assign key = page.language | append:'_articles' %} {% assign news = site[key] | where:"category","restaurant-news" | sort: "date_published" | reverse %} {% if news %}

{{ page.press.t_nav_headline_three }}

{% assign key = page.language | append:'_articles' %} {% assign news = site[key] | where:"category","restaurant-news" | sort: "date_published" | reverse %} {% for item in news limit: 10 %}
{% if item.article_body.content.heading.image.i_image %} {% picture thumbnail_img collections/{{item.article_body.content.heading.image.i_image}} alt="{{ item.article_body.content.heading.image.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="card-img-top" %} {% endif %}
{{ item.category | strip_html}}
{{ item.article_body.content.heading.t_title }}

{{ item.date_published | date: '%B %d, %Y' }}

{{ page.article_body.content.heading.t_description | truncate: 120 }}

{% endfor %}
{{ page.press.t_Button_text }}
{% endif %}