{% extends "layout.html" %} {% block content %} {{ project.content | safe }}

Project Files

Board

 {{ project.title }} printed circuit board.

BOM

{% for component in bom %} {% endfor %}
Part Value Description References
{{ component.part }} {{ component.value }} {{ component.description }} {{ bom[component] }}
{% endblock %}