add title parameter to templates

This commit is contained in:
Sebastian Hugentobler 2015-05-12 20:18:31 +02:00
parent a49e8eb967
commit 8e3dccd637
7 changed files with 17 additions and 10 deletions

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="styles.css" rel="stylesheet" type="text/css" />
<title>{{ title }}</title>
</head>
<body>
{% if board.boards |length > 0 %}

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="styles.css" rel="stylesheet" type="text/css" />
<title>{{ title }}</title>
</head>
<body>
<ul>

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="styles.css" rel="stylesheet" type="text/css" />
<title>{{ title }}</title>
</head>
<body>
<h1>{{ thread.title }}</h1>

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="styles.css" rel="stylesheet" type="text/css" />
<title>{{ title }}</title>
</head>
<body>
<h1>{{ user.name }}</h1>

View file

@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link href="styles.css" rel="stylesheet" type="text/css" />
<title>{{ title }}</title>
</head>
<body>
<ul>