From 62b3afeeedfe054345f86093e2d243e956c1e3c9 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 26 Feb 2020 11:27:31 +0100 Subject: The project is now using Poetry. --- src/web/templates/article_pub.html | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/web/templates/article_pub.html (limited to 'src/web/templates/article_pub.html') diff --git a/src/web/templates/article_pub.html b/src/web/templates/article_pub.html deleted file mode 100644 index e810d18f..00000000 --- a/src/web/templates/article_pub.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends "layout.html" %} -{% block content %} -
-
-

{{ article.title|safe }}

-

{{ _('from') }} {{ article.source.title }}

-
{{ article.date | datetime }}
-
-
- {{ article.content | safe }} -
- -
-{% endblock %} -- cgit