include
simple include
{% include "footer.html" %}include with passing variables
{% include "includes.helper" with data=mydata %}Last updated
{% include "footer.html" %}{% include "includes.helper" with data=mydata %}Last updated