There is a lot of duplication in HTML code for creating same divisions for multiple components.
Using mako template, python logic can be used to dynamically create the sections as and when required.
This will make HTML more easy to edit and maintain.
Adding/Removing new things will become easier.
Also, search feature need to use this feature, as based on the search result, we will create divisions to
display the resulted labs.
There is a lot of duplication in HTML code for creating same divisions for multiple components. Using mako template, python logic can be used to dynamically create the sections as and when required. This will make HTML more easy to edit and maintain.
Adding/Removing new things will become easier.
Also, search feature need to use this feature, as based on the search result, we will create divisions to display the resulted labs.