{# SPDX-License-Identifier: MIT -#}

コンテナログ: {{ container_name }}

{%- for line in container_logs.split('\n') %}

{{ line }}

{% endfor -%}