acoeur/themes/acoeur/layouts/partials/ac_notation.html

7 lines
151 B
HTML

{{ if gt .Params.ac_total 0 }}
<span class="notation f7">
{{ sub .Params.ac_total .Params.ac_errors }} / {{ .Params.ac_total }}
</span>
{{ end }}