<div class="container">
  <% if (page.path == "index.html") { %>
  <div class="hero<% if (theme.hero_exit_while_scrolling.enabled) { %> exit-while-scroll<% if (theme.hero_exit_while_scrolling.blur_filter) { %> with-blur<% } %><% } %>">
    <h2 class="title"><%- theme.hero.title %></h2>
    <h2 class="description"><%- theme.hero.description %></h2>
  </div>

  <h1 class="section-title"><%- __('latest_posts') %></h1>
  <% } %>

  <%- partial('_partial/post-list', { posts: page.posts, isNotIndex: page.path != "index.html" }) %>

  <%- partial('_partial/paginator') %>
</div>
