{% macro example(file) %} {% set path = 'examples/' + file %} {% if file %}
{% include path %}
{% highlight 'html' %}{% include path %}{% endhighlight %}
{% endif %} {% endmacro %}