{{ range $entry := $.Site.Data.examples -}}

{{ $entry.category }}

{{ $entry.description }}

{{ if eq $entry.category "RTL" -}}

RTL is still experimental and will evolve with feedback. Spotted something or have an improvement to suggest?

Please open an issue.

{{ end -}} {{ range $i, $example := $entry.examples -}} {{- $len := len $entry.examples -}} {{ if (eq $i 0) }}
{{ end }} {{ if $entry.external -}}

{{ $example.name }}

{{ $example.description }}

{{- $indexPath := default "index.html" $example.indexPath -}} {{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }} Edit in StackBlitz

{{ else -}} {{- end }} {{ if (eq (add $i 1) $len) }}
{{ end -}} {{ end -}}
{{ end -}}