I started using simple-html-template recently, it's great.
However, it would be even greater if you could pass some parameters to your includes.
Example
index.html
...
<include src="partial/breadcrumb.html" title="Home" />
...
partial/breadcrumb.html
...
<variable name="title" />
...
This would result to Home being displayed inside the breadcrumb partial template.
I started using
simple-html-templaterecently, it's great.However, it would be even greater if you could pass some parameters to your includes.
Example
index.html
partial/breadcrumb.html
This would result to
Homebeing displayed inside thebreadcrumbpartial template.