{{/* This shortcode lists pages that have a "feature" section configured in front matter. This creates a set of feature boxes as seen on the home page. feature: title: Service discovery and load balancing description: > Put the feature description here. Note that markdown can be used in the description. */}}

{{ T "main_dubbo_features" }}

{{ $pages := where site.Pages ".Params.feature" "!=" nil }} {{range $i, $p := $pages }} {{ if and (gt $i 0) (modBool $i 2) }}
{{ end }} {{ if modBool $i 2 }}
{{ end }}
{{ with .Params.feature }}

{{ .title }}

{{ $description := .description | default $p.Params.description }} {{ $description | markdownify }} {{ end }}
{{ end }}