Kretes uses Boxwood as the default templating language server-side. Boxwood is very similar to the plain HTML. Here's a short snippet that shows its features in a nutshell:
<h1>{title}</h1>
<for widget in widgets>
<if widget.available>
<strong>{widget.name}</strong>
</if>
</for>
Found a mistake?Found a mistake? Would you like to suggest an improvement?