use HashMap;
use ;
Use built-in function
<!--
/pages/common/abc.html
<h3>{{context.title}}</h3>
<div>{{parent.info}}</div> we can access the variable in the parent(if any), and so forth, parent...parent.info
-->
<!-- the common directory is in root path `pages` -->
{{ include_file(path="common/abc.html"), context=`{"title":"abc"}` | safe }}
More details about how to use the template engine can be seen on the home page of Tera.