file: nedc_imld/app/templates/AAREADME.txt

This directory contains the base HTML template for the IMLD website. This
directory is required because the IMLD website is a Flask app, and Flask
requires a base HTML template to be used for all of the pages in the
website. This base HTML template must be in a directory called templates/
in order for Flask to find it.

The files in this directory are:

- index.shtml:
   This file contains the base HTML template for the IMLD website. It is used
   to create the base HTML template for all of the pages in the IMLD website.
   All of the components for this website are instantiated in this file.