{%- macro to_file(file_name, text, root='.') -%} {%- if file_name.startswith("<") and file_name.endswith(">") -%} {{text|e}} {%- else -%} {{text|e}} {%- endif -%} {%- endmacro -%} {%- macro to_line(file_name, line_num, text, root='.') -%} {%- if file_name.startswith("<") and file_name.endswith(">") -%} {{text|e}} {%- else -%} {{text|e}} {%- endif -%} {%- endmacro -%} {%- macro to_file_in_code(file_name, text, root='.') -%} {%- if file_name.startswith("<") and file_name.endswith(">") -%} {{text|e}} {%- else -%} {{text|e}} {%- endif -%} {%- endmacro -%} {%- macro to_line_in_code(file_name, line_num, text, root='.') -%} {%- if file_name.startswith("<") and file_name.endswith(">") -%} {{text|e}} {%- else -%} {{text|e}} {%- endif -%} {%- endmacro -%} {%- macro to_trace(trace_name, text='trace', root='.') -%} {{text|e}} {%- endmacro -%} {%- macro to_viewer_css(root='.') -%} {%- endmacro -%} {%- macro to_viewer_js(root='.') -%} {%- endmacro -%}