{% macro datasets_section(title, datasets, nb=3, more=None, class='col-xs-12 col-sm-6 col-md-4') %} {% if datasets %}

{{ title }}

{% for dataset in datasets[:nb] %}
{% include theme('dataset/card.html') %}
{% endfor %}
{% if more %} {% endif %}
{# End datasets section #} {% endif %} {% endmacro %}