point-tools/src/Skobkin/Bundle/PointToolsBundle/Resources/views/Main/index.html.twig

10 lines
233 B
Twig
Raw Normal View History

2015-05-30 06:22:06 +00:00
{% extends "::base.html.twig" %}
{% block title %}SkobkinPointToolsBundle:Main:index{% endblock %}
{% block body %}
<h1>{{ users_count }}</h1>
<h1>{{ subscribers_count }}</h1>
<h1>{{ events_count }}</h1>
{% endblock %}