{
    "Gate template": {
        "prefix": "template",
        "body": [
            "import { PartialTemplate } from '../types/PartialTemplate'",
            "",
            "/**",
            " * The template of the ${1:and} gate",
            " */",
            "const ${1}Template: PartialTemplate = ${2:[]}",
            "",
            "export default ${1}Template"
        ]
    }
}