{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block title %} {% if site.domain %}{{ site.domain }}: {% endif %}Dashboard {% endblock %} {% block nav_path %}{{ site.domain }} › Dashboard{% endblock %} {% block content %}
Hostname: {{ hostname }}
{% endif %}Python Packages: {{ python_packages }}
{% endif %} {% if gitversion %} Most Recent Commit:{{ gitversion }}
{{ error_msg.datetime }}: {{ error_msg.msg }}
{% endfor %} {% endif %} {% if warning_msgs %}{{ warning_msg.datetime }}: {{ warning_msg.msg }}
{% endfor %} {% endif %} {% if info_msgs %}{{ info_msg.datetime }}: {{ info_msg.msg }}
{% endfor %} {% endif %}