웹서버 GPIO 제어
{% for pin in pins %}
The {{ pins[pin].name }} {% if pins[pin].state == True %}
끄기
{% else %}
켜기
{% endif %}
{% endfor %}