Files
CoolProp/Web/_templates/layout.html
Ian Bell b5c447ed6b Updated web stuff
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-06 21:46:25 +02:00

14 lines
595 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('examples/examples') }}">Examples</a>|&nbsp;</li>
<li><a href="{{ pathto('citation') }}">Citation</a>|&nbsp;</li>
<li><a href="{{ pathto('_static/doxygen/html/index') }}">Code</a>|&nbsp;</li>
<li><a href="{{ pathto('HowGetIt') }}">Downloads!</a>|&nbsp;</li>
<li><a href="{{ pathto('contents') }}">Documentation</a> &raquo;</li>
{% endblock %}