1 2 3 4 5 6 7 8
{%macro stdout_output(job)%} <h4>STDOUT Output</h4> <div class="cli-output"> <pre>{{job.get("stdout", "")}}</pre> </div> {%endmacro%}