{% extends "base.html" %} {% block main-content %} Status of Runing LED is {% if status %}{{ status }}{% else %}OFF{% endif %} {% endblock %}