Files
CoolProp/Web/_templates/layout.html
2014-08-01 20:28:52 +02:00

12 lines
544 B
HTML

{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Home</a>|&nbsp;</li>
<li><a href="{{ pathto('search') }}">Search</a>|&nbsp;</li>
<li><a href="{{ pathto('coolprop/examples/examples') }}">Examples</a>|&nbsp;</li>
<li><a href="{{ pathto('coolprop/citation') }}">Citation</a>|&nbsp;</li>
<li><a href="{{ pathto('_static/doxygen/html/index') }}">Code</a>|&nbsp;</li>
<li><a href="{{ pathto('coolprop/wrappers/wrappers') }}">Downloads</a></li>
{% endblock %}