{% extends 'global/master.tpl' %} {% block title %}System Information{% endblock %} {% block content %}

System information Stuff about the server the site runs on

Operating System
{{ uname.osn }}
Version Info
{{ uname.osv }}
System Hostname
{{ uname.host }}
Architecture
{{ uname.arch }}
Uptime
{{ uname.arch }}
{% endblock %}