Latest Outcomes


The Hits

{{ range $index, $element := first 6 (shuffle (where (where (where $.Site.Pages ".Params.type" "outcome") ".Params.title" "!=" "") ".Params.featured" "yes"))}} {{ if eq (mod $index 2) 0 }}
{{ end }}

{{ $element.Title }}

{{/* $element.Content | truncate 20 | plainify */}} being worked on

{{ end }}