/ template.md
template.md
 1  ---
 2  layout: download
 3  board_id: "<board id>"
 4  title: "<board name> Download"
 5  name: "<board name>"
 6  manufacturer: "<board manufacturer>"
 7  board_url: ""
 8  board_image: "unknown.jpg"
 9  downloads_display: true
10  blinka: false
11  download_instructions: "BLINKA ONLY - url"
12  features:
13    - ~5 interesting
14    - features
15    - such as bluetooth
16  ---
17  
18  This board hasn't been fully documented yet. Please make a pull request adding more info to this file.
19  
20  The description should be written to inform a CircuitPython user what makes the board unique and link to relevant info about it.
21  
22  ## Purchase
23  Add any links to purchase the board
24  * [Adafruit](https://www.adafruit.com/product/3857)
25  
26  ## Contribute
27  
28  Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).