Import
You can use the "import" command to import the content of another file.
import file
# <!--{v-name}--> content
<!--{v-name}--> content
<!--{import-$root/hello}-->{
"name": "main"
}# <!--{v-name}--> content
<!--{v-name}--> content{
"name": "hello"
}compiler results
# main content
main content
# hello content
hello contentLast updated