{# groonga/layout.html ~~~~~~~~~~~~~~~~~~~ Sphinx layout template for the groonga theme. :copyright: Copyright 2011 by the groonga team, see AUTHORS. :license: LGPLv2, see LICENSE for details. #} {% extends "classic/layout.html" %} {% set favicon = "favicon.ico" %} {% block header %}

groonga - {%- if language == "en" %} An open-source fulltext search engine and column store. {%- endif %} {%- if language == "ja" %} オープンソースのカラムストア機能付き全文検索エンジン {%- endif %}

{{ super() }} {% endblock %}