Back to Watermill

Learn Watermill

docs/layouts/_default/learn.html

1.5.1407 B
Original Source

{{ define "main" }}

Learn Watermill

How do you like to learn?

{{ range $index, $option := .Params.learning_options }} [ {{ .icon | safeHTML }}

{{ .title }}

{{ .subtitle }}

{{ .description }}

]({{%20.link%20}}) {{ end }}

Dive Deeper

{{ range .Params.deeper_options }} [ {{ .icon | safeHTML }}

{{ .title }}

{{ .description }}

]({{%20.link%20}}) {{ end }}

{{ end }}