summaryrefslogtreecommitdiff
path: root/templates/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/macros.html')
-rw-r--r--templates/macros.html9
1 files changed, 9 insertions, 0 deletions
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 @@
<input type="submit" value="Open mail program to submit bug report" />
</form>
{% endmacro %}
+
+{% macro h1(DOMAIN) %}
+<h1><a href="/"> <img class="logo" src="/hemiptera.png"> Hemiptera Bugtracker at {{DOMAIN}}</a></h1>
+{% endmacro %}
+{% macro head() %}
+ <meta charset="utf-8">
+ <link rel="stylesheet" type="text/css" href="/styles.css" >
+ <link rel="icon" type="image/png" href="/hemiptera.png"/>
+{% endmacro %}