[%#
Template for Backends table on TentMaker home page.
Expects these view.data parameters:
backends - the backends hash built by
Bigtop::Tentmaker::do_main
%]
[% FOREACH line IN type_hash.$backend.output %]
[% line.1 %]
[% UNLESS loop.last %] [% END %]
[% END %]
[% FOREACH statement IN type_hash.$backend.keywords %]
[% NEXT IF statement.type == 'deprecated' %]
[% INCLUDE backend_statement
statements = type_hash.$backend.statements %]
[% END %]
[% END %]
[% BLOCK backend_and_checkbox %]
[% backend %]
[% END %]
[% BLOCK backend_statement %]