1
0
Fork 0
bootstrap-html/site/content/docs/5.2/examples/_index.md
Daniel Baumann bc475d7d0d
Adding upstream version 5.2.3+dfsg.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:02:47 +01:00

2.1 KiB

layout title description aliases
single Examples Quickly get a project started with any of our examples ranging from using parts of the framework to custom components and layouts. /examples/

{{< list-examples.inline >}} {{ 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 }}

{{ $example.name }}

{{ $example.description }}

{{ if (eq (add $i 1) $len) }}
{{ end }} {{ end -}}
{{ end -}} {{< /list-examples.inline >}}