publiccode.si/site/layouts/shortcodes/count.html

6 lines
203 B
HTML

{{ if eq (.Get "type") "organisations" }}
{{ partial "functions/count_organisations.html" . }}
{{ else if eq (.Get "type") "signatures" }}
{{ partial "functions/count_signatures.html" . }}
{{ end }}