From 2eb5a432d2229788ce2fdb09f36c6f4bebdea813 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 7 Feb 2020 09:44:59 +0100 Subject: Initial commit --- templates/index.twig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/index.twig (limited to 'templates/index.twig') diff --git a/templates/index.twig b/templates/index.twig new file mode 100644 index 0000000..7f905ee --- /dev/null +++ b/templates/index.twig @@ -0,0 +1,13 @@ +{% extends "skeleton.twig" %} +{% import "macros.twig" as macros %} + +{% block body %} + {% if tagcloud %} +
+

Tagcloud

+ {{ macros.tagcloud(tagcloud) }} +
+ {% endif %} + + {{ macros.new_note() }} +{% endblock %} -- cgit v1.2.3-54-g00ecf