mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-05-25 17:09:24 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@(name: String, count: Int, items: Traversable[_])
|
||||
@name (@count)<br>
|
||||
<ul>
|
||||
@for(i <- items){
|
||||
<li>@i</li>
|
||||
}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user