post_page.html 98 B

12345
  1. <template name="postPage">
  2. <div class="post-page page">
  3. {{> postItem}}
  4. </div>
  5. </template>