xref: /minix3/external/bsd/llvm/dist/llvm/docs/_templates/layout.html (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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>&nbsp;|&nbsp;</li>
12*f4a2713aSLionel Sambuc  <li><a href="{{ pathto('index') }}">Documentation</a>&raquo;</li>
13*f4a2713aSLionel Sambuc{% endblock %}
14