I have a table. The 'ID' is the primary key. Each 'ID' is corresponding to a tool and these tools are represented by the cards. When clicking the cards the details of that particular 'ID' will be shown on a page. The same page is copied and used for other IDs too. The code should be the same, but when the page is copied and used with another ID, details of that particular ID should be shown. Thanks in advance.