## How use Templates ### Introduction - What are templates in Rustic? - Overview of how `base.html` works as the default layout. ### Template Structure - **Placeholders**: - `{content}`: Main content. - `{title}`: Page title (from `meta.json`). - Default folder structure: ``` templates/ base.html custom.html ``` ### Modifying the Default Template - Explain how to find `base.html`. - Walk through adding custom styles or scripts. ```html