header abstraction: abstracted also in thread.html

This commit is contained in:
czaks
2013-06-15 00:22:13 -04:00
parent e53481f93e
commit ba424698e0
2 changed files with 2 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
<!doctype html>
<html>
<head>
{% include 'header.html' %}
<meta charset="utf-8">
{% include 'header.html' %}
<title>{{ title }}</title>
</head>
<body>