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

mroonga - {%- if language == "en" %} An open-source storage engine for fast fulltext search with MySQL. {%- endif %} {%- if language == "ja" %} MySQLで高速に全文検索するためのオープンソースのストレージエンジン {%- endif %}

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