--- layout: default ---

{{ page.name }}

by {{ page.manufacturer }}

{% for static_file in site.static_files %} {% assign large_image = "/assets/images/boards/large/" | append: page.board_image %} {% if static_file.path == large_image %} {% assign has_responsive_images = true %} {% endif %} {% endfor %} {% if has_responsive_images %} Image of Board {% else %} Image of Board {% endif %}

{{ content }}

{% if page.blinka == true %} {% include download/blinka.html %} {% else %} {% include download/board.html %} {% endif %}