1*ece8a530Spatrick{# 2*ece8a530Spatrick sphinxdoc/layout.html 3*ece8a530Spatrick ~~~~~~~~~~~~~~~~~~~~~ 4*ece8a530Spatrick 5*ece8a530Spatrick Sphinx layout template for the sphinxdoc theme. 6*ece8a530Spatrick 7*ece8a530Spatrick :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. 8*ece8a530Spatrick :license: BSD, see LICENSE for details. 9*ece8a530Spatrick#} 10*ece8a530Spatrick{% extends "basic/layout.html" %} 11*ece8a530Spatrick 12*ece8a530Spatrick{% block relbar1 %} 13*ece8a530Spatrick<div class="logo"> 14*ece8a530Spatrick<a href="{{ pathto('index') }}"><img src="{{ 15*ece8a530Spatrickpathto("_static/logo.png", 1) }}" alt="LLVM Documentation"/></a> 16*ece8a530Spatrick</div> 17*ece8a530Spatrick{{ super() }} 18*ece8a530Spatrick{% endblock %} 19*ece8a530Spatrick 20*ece8a530Spatrick{# put the sidebar before the body #} 21*ece8a530Spatrick{% block sidebar1 %}{{ sidebar() }}{% endblock %} 22*ece8a530Spatrick{% block sidebar2 %}{% endblock %} 23