summaryrefslogtreecommitdiff
path: root/wotonomy-web-test/src/main/webapp/WEB-INF/classes/Main.wo/Main.wod
blob: a4349b4c909eda7feff764d8431622a01deb8841 (plain)
1
2
3
4
5
6
7
8
cardlist : WORepetition {
	list = application.blogEntries;
	item = blogEntry;
}

entryTitle : WOString {
	value = blogEntry.title;
}