{% set bodyClass = 'main-np' %} {% extends 'layout.twig' %} {% block content %}
hero image hero image
E-protein E-protein
{{text}}

{{ adv_title }}

Due to the unique structure of the entoprotein, it is unlikely to cause allergies. Additionally, since animals have not encountered this type of protein during evolution, it does not trigger allergic reactions in pets.

{% for item in adv %}
{{item.title}}

{{item.text}}

{% endfor %}

{{ adv_sum }}

{% for item in adv_2 %}
{{item.title}}
{% if item.img %} {% endif %}

{{item.text}}

{% endfor %}

{{about_title}}

{{about_text}}
{% for item in about_points %}

{{item.text}}

{% endfor %} {{ about_img.alt }}

{{ diag_title }}

{% for item in diag_points %}

{{item.text}}

{% endfor %}
{{ diag_img.alt }}

{{e_title}}

{% for item in e_points %}

{{item.text}}

{% endfor %}
4
FAQ
{% for item in faq %}
{{item.q}}

{{item.answ}}

{% endfor %}
{% endblock %}