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