You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
369 B
14 lines
369 B
{% extends "!layout.html" %}
|
|
|
|
{% block extrahead %}
|
|
<style type="text/css">
|
|
table.right { float: right; margin-left: 20px; }
|
|
table.right td { border: 1px solid #ccc; }
|
|
</style>
|
|
{% endblock %}
|
|
|
|
{% block rootrellink %}
|
|
<li><a href="http://llvm.org/">LLVM Home</a> | </li>
|
|
<li><a href="{{ pathto('index') }}">Documentation</a>»</li>
|
|
{% endblock %}
|