{% include "templates/generators/item/item_image.html" %}
{% include "templates/generators/item/item_details.html" %}
{% if show_tabs and tabs %}
{{ web_block(
"Section with Tabs",
values=tabs,
add_container=0,
add_top_padding=0,
add_bottom_padding=0
) }}
{% elif website_specifications %}
{% include "templates/generators/item/item_specifications.html"%}
{% endif %}
{{ doc.website_content or '' }}