Design System
{ page.Title }
{ page.Description }
for _, example := range page.Examples {
}
{ example.Title }
if example.Description != "" {{ example.Description }
}
@example.Preview
if example.Snippet != "" {
{ example.Snippet }
}