{% extends "layout/base.html" %} {% block content %}
{% include "partial/sidebar.html" %}
{% include "partial/header.html" %} {% set heading = { 'title': title, 'actions': [{ 'label': 'Add new customer', 'link': '/item/edit/', 'icon': './src/img/icon/plus.svg', 'class': 'btn btn--primary btn--icon' }] } %} {% include "partial/heading.html" %}
{% include 'partial/data-table/customers.html' %}
{% include "partial/footer.html" %}
{% endblock %}