From 9f22aba8091dd082ad98d5ab9cdb603899298c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Wed, 18 Jul 2018 13:09:26 +0200 Subject: Added logo, tweaked css and presentation --- templates/macros.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'templates/macros.html') diff --git a/templates/macros.html b/templates/macros.html index a84624f..76fad97 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -11,3 +11,12 @@ {% endmacro %} + +{% macro h1(DOMAIN) %} +

Hemiptera Bugtracker at {{DOMAIN}}

+{% endmacro %} +{% macro head() %} + + + +{% endmacro %} -- cgit v1.2.3