{% extends "base.htm" %}
{% block modelstyle %}
	{% include "mumble/style.htm" %}
{% endblock %}
{% block headtags %}
  <meta http-equiv="refresh" content="30" />
{% endblock %}
{% block content %}
	{% include "mumble/content.htm" %}
{% endblock %}