~{ import models.japidsample.Post; }~ ~( String blogTitle, List allPost ) ~{for (Post post: allPost) {}~ - title: ${post.title} - date: ${post.postedAt} - author ${post.author.name} ${post.author.gender} the real title: 你好 ~{}}~