Test Dashboard
This is a sample content block rendered from the database.
Quick Summary
Use this area to verify that HTML content loaded from the database renders correctly inside your Razor component.
- Supports headings and paragraphs
- Supports inline formatting
- Supports lists, tables, and code blocks
Details
Below is a simple comparison table you can use to confirm that styles from your main site are applied correctly.
| Environment | Status | Last Updated |
|---|---|---|
| Local | ✅ Healthy | Just now |
| Dev | ⚠️ Degraded | 5 minutes ago |
| Prod | ✅ Healthy | 15 minutes ago |
Code Sample
Use this to test monospace fonts and code styling:
// This content is stored in the database
// and rendered via @Html.Raw(model.Content)
Console.WriteLine("Hello from DB-backed HTML!");
