blob: d8fba463ed25b27dea7114850e17a896de5ab1c7 [file] [log] [blame]
{% extends "lucene/main.html" %}
{% block headtitle %}{{page.title}}{% endblock %}
{% block nav_items %}
<li><a href="{{ SITEURL}}/core/">Core (Java)</a></li>
<li><a class="last" href="{{ SITEURL }}/pylucene/index.html">PyLucene</a></li>
{% endblock %}
{% block slides %}
{% include "lucene/tlp/_slides.html" %}
{% endblock %}
{% block sidebar %}
{% include "lucene/tlp/_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 %}