{% for i in contents | split("\n") %}
                    {{ loop.index0 + 1 }}
                    {{ i }} 
                {% endfor %}
            
        
        {% for i in contents | split("\n") %}
            {{ loop.index0 + 1 }}
            {{ i }} 
        {% endfor %}
    
{% elif mode == "image" %}