--- layout: single title: Examples description: Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. aliases: "/examples/" --- {{< list-examples.inline >}} {{ range $entry := $.Site.Data.examples -}}
{{ $entry.description }}
{{ range $i, $example := $entry.examples -}} {{- $len := len $entry.examples -}} {{ if (eq $i 0) }}{{ $example.description }}