express.hbs 253 Bytes
<ul class="logistics-list">
    {{#each logistics}}
        <li>
            {{.}}
        </li>
    {{/each}}
</ul>
<span class="close-logistics iconfont">&#xe60d;</span>
<div class="right-triangle bottom"></div>
<div class="right-triangle top"></div>