blob: 72a9697df2717b812cf7546470108eb1413658ad [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE- 2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<link rel="shortcut icon" href="/images/concom-icon.ico" type="image/x-icon" />
<link href="/style/screen.css" rel="stylesheet" type="text/css">
<title>{% block title %}{% endblock %}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="banner">
<img id="logo" alt="Apache" src="/images/asf_logo.png" width="164"/>
<span id="breadcrumbs">{{ breadcrumbs|safe }}</span>
</div>
<div id="navigation">
{% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
</div>
<div id="content">
<h1 class="title">{% block title %}{% endblock %}</h1>
{% block content %}{% endblock %}
</div>
<div id="footer">
<div class="copyright">
<p>
Copyright &copy; 2018 The Apache Software Foundation, Licensed under
the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
<br />
Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
</p>
</div>
</div>
</body>
</html>