scOrange Workflows

    Tags: {{ $tag := .Data.Term}} {{ range first 10 .Site.Taxonomies.tags.ByCount }}
  • {{ .Name }}
  • {{ end }}
{{ $paginator := .Paginate (where (where .Pages.ByWeight.Reverse "Type" "workflows") "IsPage" true) }} {{ range $index, $element := .Paginator.Pages }}
{{ if eq (mod $index 2) 0 }}
{{else}}
{{end}}

{{ .Title }}

{{ .Content }}

Tags: {{range .Params.tags}} {{ . }} {{end}}
{{ if .Params.download }}
   {{ end }} {{ if .Params.video }}
   {{ end }} {{ if .Params.blog }}
   {{ end }}
{{if gt (len .Params.images) 1}} {{else}} {{$image := index (.Params.images) 0 }} {{end}}

{{end}} {{ partial "pagination.html" . }}
{{ partial "pagination.html" . }}