{%macro stdout_output(job)%}

STDOUT Output

{%for line in job.get("stdout", "").split("\n\n"):%}

{{line}}

{%endfor%}
{%endmacro%}