Building from Scratch
From OpenCms Wiki
Revision as of 16:05, 1 March 2011 by 115.186.137.69 (Talk)
<%@page buffer="none" session="false" %> <%@ taglib prefix="cms" uri="http://www.opencms.org/taglib/cms" %> <cms:template element="head"> <html> <head>
<title><cms:property name="Title" file="search" escapeHtml="true"/></title> <cms:editable/>
</head> <body>
<cms:property name="Title" file="search" escapeHtml="true"/>
</cms:template> <cms:template element="body">
<cms:include element="body" editable="true"/>
</cms:template> <cms:template element="foot"> </body> </html> </cms:template>