@ -1,7 +1,7 @@
<?php
//chargement config
require_once __DIR__ . '/config/config.php';
require_once __DIR__ . '/src/config/config.php';
require __DIR__ . '/vendor/autoload.php';
@ -6,13 +6,11 @@
</head>
<body>
{% for value in dVue.data %}
<p>
{% for article in value %}
{% for article in value}
{{article}}
</p>
{% endfor %}
</body>
</html>