From 509a656b6fcde12d40aabaffe81dfe64ca9dfbf1 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 8 Oct 2020 15:01:09 +0200 Subject: Template per entry, permalink --- templates/web/entry.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/web/entry.html (limited to 'templates/web/entry.html') diff --git a/templates/web/entry.html b/templates/web/entry.html new file mode 100644 index 0000000..9fea0af --- /dev/null +++ b/templates/web/entry.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} + +{% block title %}Linkopedia{% endblock %} + +{% block content %} +
+
+

{{ entry.data.title }}

+ +
+

{{ entry.data.description }}

+ +
+{% endblock %} -- cgit v1.2.3