blob: 1cbe73e3e91a8352a74e66d2a89215dc94a684d1 [file] [log] [blame]
<html t:type="layout" title="About ${artifactId}"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_4.xsd"
xmlns:p="tapestry:parameter">
<div class="row">
<div class="span12">
<p>About ${artifactId} application ...</p>
</div>
</div>
<t:if test="learn">
<div class="row">
<div class="span12">
<p>
To learn more go to
<a href="http://tapestry.apache.org">Tapestry home</a>
and start typing...
</p>
</div>
</div>
</t:if>
</html>