repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix the build.
[castle.git]
/
Samples
/
Castle
/
PetStore.Web
/
views
/
Home
/
Index.vm
blob
5be9a68164f9f6bd1591c49521bea3bf7eb3bdfa
1
<h3>Featured products</h3>
\r
2
\r
3
#foreach($product in $featuredproducts)
\r
4
#parse("shared/ProductBox.vm")
\r
5
#end