Files
CoolProp/Web/_templates/layout.html
2014-08-02 01:07:04 +02:00

11 lines
476 B
HTML

{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">Home</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 %}