openedx-vlead / vlabs-edx-bootstrap-theme

This repository is Open edX theme for Virtual Labs. Theme is applied on https://vlabs.ac.in
GNU General Public License v3.0
0 stars 1 forks source link

Automatically generate the repeating html code using mako template engine #138

Open ashay-maheshwari opened 7 years ago

ashay-maheshwari commented 7 years ago

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.