Packages
Default Zotonic site, used when no other site can handle the supplied Host.
Current section
Files
Jump to
Current section
Files
priv/templates/stats.tpl
{% extends "base.tpl" %}
{% block title %}{_ Statistics _}{% endblock %}
{% block content %}
<article id="content" class="zp-67">
<div class="padding">
<h1>{_ Statistics _}</h1>
fixme stats here P
</div>
</article>
{% endblock %}
{% block sidebar %}
<aside id="sidebar" class="zp-33">
<div style="clear:left" id="notices"></div>
</aside>
{% endblock %}