Files
CoolProp/Web/_templates/layout.html
Ian Bell 2edc262f7b Small updates to website
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-07 20:26:38 +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 %}