Static Views ============ SailPilot's static views primarily include the homepage view. This section outlines the view responsible for rendering the homepage of the SailPilot web platform. Homepage View ------------- - **Function: `index`** - Decorated with `@login_required`, ensuring that only authenticated users can access the homepage. - Renders the `index.html` template located in the `static_pages/static` directory. - Serves as the main entry point for authenticated users to the SailPilot web interface. Summary ------- The homepage view is an essential component of SailPilot's web interface, providing a welcoming and informative entry point for users. Its implementation ensures a seamless and secure experience for authenticated users. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`