{% comment %} KPI tile. One column of a .row-cols-* grid. {% include "yksa/ui/_kpi.html" with label=label value=value %} {% include "yksa/ui/_kpi.html" with label=label value=value hint=hint accent="primary" %} label the caption (required) value the figure (required) hint muted secondary line under the figure accent Bootstrap semantic name for a left border -- at most one per strip A tile whose secondary line is itself markup (a timestamp through yksa/ui/_utc.html, say) builds the same three elements inline with the same classes, as with .yksa-empty. {% endcomment %}
{{ label }}
{{ value }}
{% if hint %}
{{ hint }}
{% endif %}