{% extends "templates/web.html" %} {% block title %} {{ title }} {% endblock %} {% block breadcrumbs %} {% include "templates/includes/breadcrumbs.html" %} {% endblock %} {% block page_content %} {% from "erpnext/templates/includes/macros.html" import product_image %}
{% include "templates/generators/item/item_image.html" %} {% include "templates/generators/item/item_details.html" %}
{% include "templates/generators/item/item_specifications.html" %} {{ doc.website_content or '' }}
{% endblock %} {% block base_scripts %} {% endblock %}