This allows fetching the CSS and JS for the extra pages that are added. The following changes have been made -
The code to fetch the CSS and JS from the instance is moved from vertical.py to html_processor.py in form of two methods, namely, extract_body_end_scripts() and extract_head_css_js()
The two aforementioned methods are also used in the annex() step to get the CSS/JS for the extra pages.
The render() step and the template has also been modified to accommodate these newly fetched CSS/JS
This allows fetching the CSS and JS for the extra pages that are added. The following changes have been made -
A small typo is also fixed in the base template
This fixes #107