Added back the title block

This commit is contained in:
Christopher Allan Webber 2011-11-19 14:06:48 -06:00
parent 5bb37b9480
commit 7880168526

View File

@ -19,7 +19,7 @@
<html>
<head>
<meta charset="utf-8">
<title>{{ app_config['html_title'] }}</title>
<title>{% block title %}{{ app_config['html_title'] }}{% endblock %}</title>
<link rel="stylesheet" type="text/css"
href="{{ request.staticdirect('/css/extlib/reset.css') }}"/>
<link rel="stylesheet" type="text/css"