{% include 'header.html' %}

Knowledge Base Code Examples


{% set counter = 0 -%} {% for entry in content %} {% set counter = counter + 1 %} {% endfor %}
{% if not content %}

Sorry we did not find anything

{% endif %}
{% include 'footer.html' %}