{# sphinxjp/layout.html ~~~~~~~~~~~~~~~~~~~~~ Master layout template for sphinx-users.jp themes. :copyright: Copyright 2011 by the Sphinx team, see AUTHORS. :license: MIT, see LICENSE for details. #} {% extends "layout.html" %} {% block body %} {{ body }} {% endblock %}