<% title = 'News' %>
<div class="page-head"><div class="inner">
  <div class="tag"><span class="en">News &amp; Events</span><span class="zh">新闻动态</span></div>
  <h1><span class="en">Latest from the Alliance</span><span class="zh">联盟最新动态</span></h1>
  <p><span class="en">Announcements, milestones and events on the road to the Inaugural Summit.</span><span class="zh">通往成立大会途中的公告、里程碑与活动。</span></p>
</div></div>

<section>
  <% if (items && items.length) { %>
    <% items.forEach(function(n){ %>
    <div class="news-item">
      <div class="date"><%= n.date_label || '' %></div>
      <h3><span class="en"><%= n.title_en %></span><span class="zh"><%= n.title_zh || n.title_en %></span></h3>
      <p><span class="en"><%= n.body_en %></span><span class="zh"><%= n.body_zh || n.body_en %></span></p>
    </div>
    <% }); %>
  <% } else { %>
    <!-- seed examples shown until the news table is populated from /admin or db.js -->
    <div class="news-item">
      <div class="date">2026-06</div>
      <h3><span class="en">First Founding Scholar confirmed</span><span class="zh">首位创始学者确认加入</span></h3>
      <p><span class="en">Prof. Chhatra Mani Sharma (Tribhuvan University, Nepal) has joined as a Founding Scholar of BR-CESSA.</span><span class="zh">尼泊尔特里布万大学 Chhatra Mani Sharma 教授确认以创始学者身份加入 BR-CESSA。</span></p>
    </div>
    <div class="news-item">
      <div class="date">2026-05</div>
      <h3><span class="en">Letters of Invitation issued</span><span class="zh">邀请函陆续发出</span></h3>
      <p><span class="en">Invitations have been extended to leading scholars across more than 40 universities in 11 Belt and Road countries.</span><span class="zh">已向“一带一路”11 国、40 余所高校的杰出学者发出邀请。</span></p>
    </div>
    <p class="empty"><span class="en">[More announcements will appear here. News can be managed from the admin area or seeded in db.js.]</span><span class="zh">[更多公告将显示于此。新闻可在管理后台维护或在 db.js 中预置。]</span></p>
  <% } %>
</section>
