Template Examples
View examples of the page templates in action. These pages demonstrate how to use each template type.
Provider Page Template
Template for individual provider pages with tariff cards, content sections, and sidebar navigation.
- ✓ Breadcrumb navigation
- ✓ Tariff cards grid
- ✓ Content sections
- ✓ Sidebar navigation
- ✓ Related tests
Guide Page Template
Template for guide/ratgeber pages with step-by-step instructions and related guides.
- ✓ Hero section
- ✓ Step-by-step guide
- ✓ Info boxes
- ✓ Related guides
- ✓ CTA button
Category Page Template
Template for category/overview pages with provider cards, info cards, and comparison table.
- ✓ Provider cards grid
- ✓ Comparison table
- ✓ Info cards
- ✓ Guide cards
- ✓ Quick links
How to Use
To use these templates in your pages, import them and pass the required props:
---
import ProviderPageTemplate from '../../templates/ProviderPageTemplate.astro';
---
<ProviderPageTemplate
title="Your Page Title"
description="Your page description"
breadcrumbItems={[...]}
providerName="Provider Name"
// ... other props
/>
See TEMPLATES-README.md for complete documentation.