CAX SSG includes a lightweight template engine with support for variables, includes, conditionals, and loops. Templates use the .cax extension and familiar {{ }} and {% %} syntax.
Include partials with {% include header.cax %}, loop through collections with {% for item in collection %}, and conditionals with {% if condition %}.
