10 lines
424 B
Handlebars
10 lines
424 B
Handlebars
{{!-- 태그/작성자 등 아카이브: Featured·Latest 헤더 없이 글 목록 + 페이지네이션만 --}}
|
|
<section class="px-5 sm:px-6 pb-4 sm:pb-5" data-archive-post-feed>
|
|
<div class="max-w-content mx-auto flex flex-col gap-8">
|
|
<div class="flex flex-col gap-8 mb-8 mt-1" data-load-more-root>
|
|
{{> "lists/post-items" posts=posts}}
|
|
{{pagination}}
|
|
</div>
|
|
</div>
|
|
</section>
|