mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
6 lines
122 B
C
6 lines
122 B
C
<div id="post-list-nav" class="content-nav"></div>
|
|
[% FOREACH post IN post_list %]
|
|
[% PROCESS 'post.tt' %]
|
|
[% END %]
|
|
|