From 0575ee556944b85e14bdc664bb9e67234edf1836 Mon Sep 17 00:00:00 2001 From: marwolaethblack Date: Thu, 23 Nov 2017 11:54:46 +0100 Subject: Show data from api --- app/Resources/views/default/index.html.twig | 83 +++++------------------------ 1 file changed, 14 insertions(+), 69 deletions(-) (limited to 'app/Resources/views') diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index c720409..b967237 100644 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -2,75 +2,20 @@ {% block body %}
-
-
-

Welcome to Symfony {{ constant('Symfony\\Component\\HttpKernel\\Kernel::VERSION') }}

-
- -
-

- - - Your application is now ready. You can start working on it at: - {{ base_dir }} -

-
- - - -
+ + + + + + + + + + + + + +
TimeStampCoNoSo
{{ TimeStamp }}{{ Co }}{{ No }}{{ So }}
{% endblock %} -{% block stylesheets %} - -{% endblock %} -- cgit v1.2.3