Author: ehatcher
Date: Wed Mar 17 18:37:00 2010
New Revision: 924414
URL: http://svn.apache.org/viewvc?rev=924414&view=rev
Log:
Add layout example template
Added:
lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm
Added: lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm?rev=924414&view=auto
==============================================================================
--- lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm
(added)
+++ lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm
Wed Mar 17 18:37:00 2010
@@ -0,0 +1,8 @@
+<html>
+ <head>
+ <title>Solritas</title>
+ </head>
+ <body>
+ $content
+ </body>
+</html>
\ No newline at end of file