###### Example Template

this is a template example for you to know how to use it.

if a json file has {"useTemplate":true, "path":"templates/\*.md", var:{...}} in it,
then the json file will be transfer to a markdown file use the template and var in it;

see as below:

Title is : {{var.title}}
Content is : {{var.content}}

I can use variables in my Superior menu:
the auth name is : {{var.auth.name}}
