blob: 3906ebec3a2f529da7851a1f661ab24280c4ebbe [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">
<h1>About ${artifactId} application ...</h1>
</div>
</div>
<t:if test="learn">
<div class="row">
<div class="span12">
<p>
To learn more go to
<a href="https://tapestry.apache.org">Tapestry home</a>
and start typing...
</p>
</div>
</div>
</t:if>
</html>