docs-matrix-spec/scripts/templating/matrix_templates/templates/apis.tmpl
Richard van der Hoff a38d4fc68e Move templating into scripts dir
There's no real need for this to be at the top level.
2017-11-08 08:37:56 +00:00

4 lines
110 B
Cheetah

{% import 'tables.tmpl' as tables -%}
{{ tables.paramtable(apis.rows, ["API", "Version", "Description"]) }}