From 5c1254f2df90c6d3d54c2ced59732769b03affcf Mon Sep 17 00:00:00 2001
From: Bill Fenner <fenner@fenron.net>
Date: Tue, 22 May 2007 19:54:08 +0000
Subject: [PATCH] Add a block for sticking something into the head, and one for
 local css.  - Legacy-Id: 148

---
 ietf/templates/base.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ietf/templates/base.html b/ietf/templates/base.html
index 5da143e42..d9f22064c 100644
--- a/ietf/templates/base.html
+++ b/ietf/templates/base.html
@@ -3,6 +3,12 @@
 	PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 	 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><title>{% block title %}IETF Data{% endblock %} - WCF</title>
+{% block head %}{% endblock %}
+<style type="text/css">
+<!--
+{% block css %}{% endblock %}
+-->
+</style>
 </head><body {% block body_attributes %}{% endblock %}><center>
 <table border=0 cellpadding=0 cellspacing=0>
 <tr>