It is possible to include a subtemplate in another Puppet template.
<%= scope.function_template("subtemplate.erb") %>
Yes, that is possible according to this post.
When a second jinja template was created and this was included in the base jinja it was called.
{% include "checks/subdue.j2" %}