Includes (or partials) can be added by using the include tag:
{% include 'header' %}
{% include 'includes/menu' %}
Include files should be prepended with an underscore. In the above examples, Siteleaf will look for _header.html and _includes/menu.html respectively.