X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/0189d94eedbc0896039113bd087f1542605026d6..73d3287ce9876d651f4e02eae59ed196fab75192:/Resources/views/article/view.html.twig diff --git a/Resources/views/article/view.html.twig b/Resources/views/article/view.html.twig deleted file mode 100644 index 36a87a2..0000000 --- a/Resources/views/article/view.html.twig +++ /dev/null @@ -1,22 +0,0 @@ -{% extends '@RapsysBlog/_base.html.twig' %} -{% block title %}{% endblock %} -{% block content %} -
-
-

{{ title }}

-

{% trans with {'%date%': article.created|format_datetime('full', 'short')} %}Published the %date%{% endtrans %}{% if article.created != article.updated %}{% trans with {'%date%': article.updated|format_datetime('short', 'short')} %}, edited the %date%{% endtrans %}{% endif %}

-
-
- {{ article.body|markdown_to_html }} -
- -
-{% endblock %}