mirror of
https://github.com/openresty/openresty.git
synced 2024-10-13 00:29:41 +00:00
checked in mising files in the blog demo.
This commit is contained in:
5
demo/Blog/template/elem/post-list.tt
Normal file
5
demo/Blog/template/elem/post-list.tt
Normal file
@ -0,0 +1,5 @@
|
||||
<div id="post-list-nav" class="content-nav"></div>
|
||||
[% FOREACH post IN post_list %]
|
||||
[% PROCESS 'post.tt' %]
|
||||
[% END %]
|
||||
|
Reference in New Issue
Block a user