{% macro empty_row(message, colspan) -%} {{ message }} {%- endmacro %} {% macro icon_cell(is_dir) -%} {%- endmacro %} {% macro data_cell(cell) -%} {%- if let Some(text) = cell.text %} {%- if let Some(class) = cell.text_class %} {{ text }} {%- else -%} {{ text }} {%- endif %} {%- endif %} {%- endmacro %}