{% import 'components/hljs.html' as hljs %} {% macro tables_toggle_checkboxes() %} {% call hljs.component() -%}
{%- endcall %} {% endmacro %} {% macro tables_search() %} {% call hljs.component() -%}
Name Age
John Doe 31
{%- endcall %} {% endmacro %} {% macro tables_sort() %} {% call hljs.component() -%}
Name Age
John Doe 31
{%- endcall %} {% endmacro %}