I am creating a page with 2 <div>'s - one is a menu and one holds the
page content. The menu is the same on every page. What is the best way
to get the HTML for the menu on every page without putting the full
source on every page? I'd rather have a separate menu.html file that
gets loaded into the menu <div> when each page loads. Thanks.