@extends Layout @import models.japidsample.Post @( String blogTitle, List allPost ) @stopwatch on @set title:"Home" @for (Post p: allPost) { *{ now we call a tag, with a body content that take a parameter title of String type }* @tag Display(post=p, as="home2") | String title The real title iiiis: $title; @ @} @tag Tag2(msg = blogTitle, age = 10000)

cool