{% extends "layout.html" %} {% set active_page = "info" %} {% block title %} - {{_('Info')}}{% endblock %} {% block body %}
{{uptime}}
{{uname}}
{{gpio_readall}}{%- else -%} {{_('Command "gpio" not found. Install gpio from the terminal with the following commands')}}:
cd && git clone git://git.drogon.net/wiringPi && cd wiringPi && ./build{%- endif -%}
{{df}}
{{free}}
{{ifconfig}}
{{pstree}}
{{top}}