.. _chapter_websites: Websites ======== Django ------ :ref:`chapter_django_webapps_fullstack` provides the backend logic, handling data processing, authentication, and routing, while :ref:`chapter_bootstrap_webapps_fullstack` ensures a responsive and visually appealing frontend. Pug --- `Pug `_, a templating engine, simplifies HTML structure with indentation-based syntax, making templates cleaner and easier to manage. Bootstrap --------- :doc:`/development/code/repositories/bootstrap_webapps_fullstack` templates are used instead of standard HTML, integrating seamlessly with :doc:`/development/code/repositories/django_webapps_fullstack` template engine to dynamically render data. Bootstrap components and styles are then applied within these Pug templates to create a modern, responsive UI.