X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/a4327fe8283484cae72cce64c682801da33cb6c0..73d3287ce9876d651f4e02eae59ed196fab75192:/Resources/views/index.html.twig diff --git a/Resources/views/index.html.twig b/Resources/views/index.html.twig deleted file mode 100644 index 04c49e4..0000000 --- a/Resources/views/index.html.twig +++ /dev/null @@ -1,45 +0,0 @@ -{% extends '@RapsysBlog/_base.html.twig' %} -{% block content %} -
-
-

{{ title }}

-

{{ description }}

-
-
- {% for article in articles %} - - {% endfor %} -
- {% if articles_prev is defined or articles_next is defined %} - - {% endif %} -
-{% endblock %}