[**vite-project v0.0.0**](../../README.md) *** # components/Template ## Remarks The `Template` component renders the **AILA Chatbot** header banner. It displays a title and three logos (AUTH, AILA project, and University of Patras) in a responsive, styled layout. Tailwind CSS powers the layout and hover animations. ## Example ```tsx import { Template } from './Template'; export default function App() { return (