diff --git a/app/Resources/views/base.html.twig b/app/Resources/views/base.html.twig index a5731f9..875f8f1 100644 --- a/app/Resources/views/base.html.twig +++ b/app/Resources/views/base.html.twig @@ -58,4 +58,5 @@
+ {% include 'counters.html.twig' %} {% endblock %} \ No newline at end of file diff --git a/app/Resources/views/counters.html.twig b/app/Resources/views/counters.html.twig new file mode 100644 index 0000000..a438860 --- /dev/null +++ b/app/Resources/views/counters.html.twig @@ -0,0 +1,28 @@ + + + + \ No newline at end of file