1730951335a:1:{s:21:"blog/other_images.htm";a:5:{s:8:"fileName";s:21:"blog/other_images.htm";s:7:"content";s:542:"{% for key, img in images %}
<div class="col-md-1 col-2 p-1">
  <div class="ratio ratio-1x1 image-thumbnail position-relative mx-1 p-1 border border-1 border-secondary rounded-2">
    <img src="{{img.path}}" class="w-100 h-100" style="object-fit: cover">

    <button type="button" class="btn btn-icon btn-danger position-absolute bottom-0 end-0 m-1" style="width:20px; height: 20px" data-bs-toggle="modal" data-bs-target="#delete-img2-{{key}}"><i class="fa fa-trash" style="font-size:8px"></i></button>

  </div>
</div>
{% endfor %}";s:5:"mtime";i:1727418814;s:6:"markup";s:542:"{% for key, img in images %}
<div class="col-md-1 col-2 p-1">
  <div class="ratio ratio-1x1 image-thumbnail position-relative mx-1 p-1 border border-1 border-secondary rounded-2">
    <img src="{{img.path}}" class="w-100 h-100" style="object-fit: cover">

    <button type="button" class="btn btn-icon btn-danger position-absolute bottom-0 end-0 m-1" style="width:20px; height: 20px" data-bs-toggle="modal" data-bs-target="#delete-img2-{{key}}"><i class="fa fa-trash" style="font-size:8px"></i></button>

  </div>
</div>
{% endfor %}";s:4:"code";N;}}