blob: 7484c24c028e6a8fb8d37630159a40afdaed9b6f [file] [log] [blame]
{% extends "lucene/main.html" %}
{% block headtitle %}{{page.title}}{% endblock %}
{% block css %}
<link href="{{ SITEURL }}/theme/css/lucene/core.css{{ STATIC_RESOURCE_SUFFIX }}" rel="stylesheet" type="text/css">
{% endblock %}
{% block nav_items %}
<li><a href="{{ SITEURL}}/core/index.html">Core</a></li>
<li><a href="{{ SITEURL}}/core/corenews.html">News</a></li>
<li><a href="{{ SITEURL}}/core/downloads.html">Download</a></li>
<li><a href="{{ SITEURL}}/core/discussion.html">Mailing Lists</a></li>
<li><a href="{{ SITEURL}}/core/documentation.html">Documentation</a></li>
<li><a href="{{ SITEURL}}/core/quickstart.html">Tutorials</a></li>
<li><a href="https://issues.apache.org/jira/browse/LUCENE">Issue Tracker</a></li>
<li><a class="last" href="{{ SITEURL }}/">Lucene TLP</a></li>
{% endblock %}
{% block slides %}
{% include "lucene/core/_slides.html" %}
{% endblock %}
{% block sidebar %}
{% include "lucene/core/_sidebar.html" %}
{% endblock %}
{% block content %}
<div>
<h1 class="title">{{page.title}}</h1>
{% if page.toc %}
<div class="toc">
{{ page.toc }}
</div>
{% endif %}
{{page.content}}
</div>
{% endblock %}