{% for board in boards %}

/{{board['uri']}}/ {% if board['sfw'] %}{% endif %}

{{board['title']|e}}

{{board['pph']}}

{{board['active']}}

{% for tag in board.tags %}{{tag|e}}{% endfor %}

{{board['posts_total']}}

{% endfor %}