Skip to content

Commit 5c1254f

Browse files
committed
Add a block for sticking something into the head, and
one for local css. - Legacy-Id: 148
1 parent 405ff8c commit 5c1254f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ietf/templates/base.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
44
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
55
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><title>{% block title %}IETF Data{% endblock %} - WCF</title>
6+
{% block head %}{% endblock %}
7+
<style type="text/css">
8+
<!--
9+
{% block css %}{% endblock %}
10+
-->
11+
</style>
612
</head><body {% block body_attributes %}{% endblock %}><center>
713
<table border=0 cellpadding=0 cellspacing=0>
814
<tr>

0 commit comments

Comments
 (0)