{% assign sCol = specialColumn %} {{store.storeName}} - {{ sCol.name }} {% if store.datasetId and store.datasetId != '' and store.serverRegion != '' %} {% endif %} {% include 'public/css.html' %} {% include 'public/navbar.html' %}
{% assign bgPic = sCol.bgPic | default: 'https://d2tg7qix1eruc5.cloudfront.net/shopkix/images/news-banner.png' %} {% assign bgStyle = "background: url('" | append: bgPic | append: "') center/ 100% 100% no-repeat" %} {% if sCol.bgLink != '' %} {% else %} {% endif %}
{% for news in content %} {% assign data = news %} {% assign timestamp = data.createTime %}
{{ timestamp | date: "%B %d, %Y" }}
{{ data.title }}
{% endfor %}
{% if total > 0 %}
{% endif %}
{% include 'public/footer.html' %}