Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3fae1c663d8112c20e1dee52c7da350dbbd8e82b (plain) (blame)
1
2
3
4
5
6
7
class [%="Post"%] {
	[%for (f in Sequence{"title", "content"}) {-%]
		[%if(true){%]
		public String [%=f%];
		[%}%]
	[%}%]
}

Back to the top