X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/06d85d868aa5a36bb83575d3cd9df95d3011320d..2fc4573b1b0c4a95c8ddf374779d2de60782fb55:/Resources/views/index.html.twig diff --git a/Resources/views/index.html.twig b/Resources/views/index.html.twig index a32a0ca..464fd8a 100644 --- a/Resources/views/index.html.twig +++ b/Resources/views/index.html.twig @@ -1,3 +1,45 @@ -{% extends 'RapsysBlogBundle::body.html.twig' %} -{% block title %}Welcome!{% endblock %} -{% block content %}Hello world !{% endblock %} +{% extends '@RapsysBlog/_base.html.twig' %} +{% block content %} +
+
+

{{ title }}

+

{{ description }}

+
+
+ {% for article in articles %} + + {% endfor %} +
+ {% if head.prev is defined or head.next is defined %} + + {% endif %} +
+{% endblock %}