1*f4a2713aSLionel Sambuc{% extends "!layout.html" %} 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc{% block extrahead %} 4*f4a2713aSLionel Sambuc<style type="text/css"> 5*f4a2713aSLionel Sambuc table.right { float: right; margin-left: 20px; } 6*f4a2713aSLionel Sambuc table.right td { border: 1px solid #ccc; } 7*f4a2713aSLionel Sambuc</style> 8*f4a2713aSLionel Sambuc{% endblock %} 9*f4a2713aSLionel Sambuc 10*f4a2713aSLionel Sambuc{% block rootrellink %} 11*f4a2713aSLionel Sambuc <li><a href="http://llvm.org/">LLVM Home</a> | </li> 12*f4a2713aSLionel Sambuc <li><a href="{{ pathto('index') }}">Documentation</a>»</li> 13*f4a2713aSLionel Sambuc{% endblock %} 14