File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "idrfc/base.html" %}
12{% comment %}
23Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
34All rights reserved. Contact: Pasi Eronen < pasi .eronen@nokia.com >
3233OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #}
3334{% endcomment %}
3435{% load ietf_filters %}
35- < html >
36- < head >
37- < meta http-equiv ="Content-Type " content ="text/html; charset=iso-8859-1 " />
38- < style type ="text/css ">
39- .agenda h1 { text-align : center; }
36+ {% block title %}IESG Agenda{% endblock %}
37+
38+ {% block morecss %}
4039.agenda hr { margin-top: 2em; }
4140.agenda #section1 h3, #section6 h3 { margin-top:0; margin-bottom:0; }
4241.agenda h3 { margin-left: 30px; }
4544.agenda #section23 p, #section4 p { margin-left:90px; margin-top: 0; margin-bottom:0; font-style:italic;}
4645.agenda #section1 pre { margin-left: 60px; }
4746.agenda blockquote { margin-left: 30px; width: 70ex;}
48- </ style >
47+ {% endblock morecss %}
4948
49+ {% block pagehead %}
5050< link rel ="alternate " type ="application/atom+xml " href ="/feed/iesg-agenda/ " />
51+ {% endblock %}
52+
53+ {% block content %}
5154
52- < title > IESG Agenda</ title >
53- </ head >
54- < body >
5555< div class ="agenda ">
5656
5757< h1 > IESG Agenda</ h1 >
@@ -102,4 +102,4 @@ <h2>7. Working Group News</h2>
102102
103103</ div >
104104
105- </ body > </ html >
105+ {% endblock content %}
You can’t perform that action at this time.
0 commit comments