Part 3 - Template and subviews

  • Create a template for the application
    • Import Bootstrap through CDN
    • Include jQuery and Bootstrap scripts
    • There are 2 sections
      • title: title in browser tab (1)
      • main: content of the page (2)
    • There are 2 subviews
      • Navigation (3)
        • Responsive Bootstrap navigation!
      • Footer (4)
  • Result:

Home page_normal_menu

Home page_responsive_menu

Last Updated: 10/20/2020, 9:17:40 AM