```xml
<dependency>
    <groupId>org.noear</groupId>
    <artifactId>luffy.executor.m.freemarker</artifactId>
    <version>${luffy.version}</version>
</dependency>
```

#### 1、描述


函数计算扩展插件。一个文件，即为一个函数。luffy.executor.m.freemarker 是函数算计引擎 [Luffy](https://gitee.com/noear/luffy) 的执行器插件。支持在 jdk8 环境下运行。


#### 2、使用示例

例，函数文件 "/luffy/hello.ftl"：

```ftl
Hello ${ctx.param("name")?'world'}!
```