{% extends "layout/base.html" %} {% block content %}
{% include "partial/sidebar.html" %}
{% include "partial/header.html" %} {% set heading = { 'title': title, 'actions': [{ 'label': 'Edit item', 'link': '/item/edit/', 'icon': './src/img/icon/edit.svg', 'class': 'btn btn--primary btn--icon' }, { 'label': 'Delete', 'link': '#', 'class': 'btn btn--delete' }] } %} {% include "partial/heading.html" %}
ID 1
Name LuminoTech LED Desk Lamp
Price $ 19.99
SKU SKU001
Quantity 10
Status In stock
Description LuminoTech LED Desk Lamp provides bright and energy-efficient lighting for your workspace.
Product Image Product Image
Manufacturer XYZ Electronics
Weight 1.5 kg
Dimensions 20 x 15 x 5 inches
Color Black
Power Source Electric
Warranty 1 year
Product Type Desk Accessories
Material Plastic
{% include "partial/footer.html" %}
{% endblock %}