website-htmx-rustelo-code/site/templates/build-tools/partials/metrics_summary.tera

11 lines
662 B
Text
Raw Permalink Normal View History

2026-07-10 03:44:13 +01:00
### 📊 Quick Metrics
| Metric | Count | Details |
|--------|-------|---------|
| 🌐 {{ i18n.labels.total_routes }} | **{{ summary.total_routes }}** | {{ summary.api_routes }} API + {{ summary.static_routes }} static |
| 🧩 {{ i18n.labels.total_components }} | **{{ summary.total_components }}** | Reusable UI components |
| 📄 {{ i18n.labels.total_pages }} | **{{ summary.total_pages }}** | Across {{ summary.languages | length }} languages |
| 🔒 {{ i18n.labels.auth_required }} | **{{ summary.auth_required_routes }}** | Secured endpoints |
| 🌍 {{ i18n.labels.languages }} | **{{ summary.languages | join(sep=", ") }}** | Supported locales |
---