{% macro config_table(data,heading='Setting') %}
{{ heading }} | Description |
---|
{{ setting }}
{{ type }}
Default:
{% if highlight %}
{% highlight "js" %}
{{ default | safe }}
{% endhighlight %}
{% else %}
{{ default }}
{% endif %}