# Templating Mode

{% hint style="info" %}
Available since **v1.1.0**
{% endhint %}

DocKing supports multiple types of templating rendering modes. Bring all the flexibility to your end

### Available Templating Modes

* `blade` : Laravel Blade templating
* `markdown`: Markdown templating
  * note: it is still utilizing the blade templating to render dynamic variables.

### How to set up the templating mode for your template?

Use `metadata` to set it up:

```json
{
  "driver": "mpdf",
  "templating": "blade|markdown"
}
```
