use HashMap;
use ;
Use built-in function
<!--
abc.html in the common directory
<h3>{{context.title}}</h3>
-->
<!-- the common directory is in the same level path with the following HTML file -->
{{ 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.