{% for board in boards %} {{ board.locale }}
/{{board['uri']}}/ {% if board['sfw'] %}{% endif %}
{{ board['title'] }}
{{board['pph']}}
{{board['posts_total']}}
{{board['active']}}
{% for tag in board.tags %}{{ tag }}{% endfor %}
{% endfor %}