{{ $tutorials := $.Site.Data.tutorials.items }}

Tutorials

How to get started with openPASS.

{{ range $tutorials }}

{{ .title }}

{{ .description }}

{{ end }}