{% extends base.html %} {% block head %} {% end %} {% block body %} {% init error = "" %} {% init description = "" %} {% init input = "" %} {% init output = "" %} {% include "tools/base_title.html" %} {% if description != "" %}
    {{description}}
    
{% end %} {% if error != "" %}
    {{error}}
    
{% end %} {% include mod_pagenation.html %}
{{ output }}
{% raw html %}
{% end %}