blob: 730e2a04555e33e43003333b8cffee5882becc22 [file] [log] [blame]
<%@ import val it: LanguageResource %>
#{ attributes("title") = it.getId}#
<h1>${it.getId}</h1>
<p>
Welcome to the ${it.getId} language.
</p>
<p>
For more information see the <a href="http://camel.apache.org/${it.getId}.html">documentation</a>
</p>