New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
layout.html in NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/rst/source/_templates – NEMO

source: NEMO/branches/2019/dev_r10742_ENHANCE-12_SimonM-Tides/doc/rst/source/_templates/layout.html @ 12065

Last change on this file since 12065 was 12065, checked in by smueller, 4 years ago

Synchronizing with /NEMO/trunk@12055 (ticket #2194)

File size: 466 bytes
Line 
1{% extends "!layout.html" %}
2{% block extrahead %}
3   <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4{% endblock %}
5
6{% block sidebartitle %}
7
8   <a href="{{ pathto(master_doc) }}">
9      <img src="{{ pathto('_static/NEMO_grey.png', 1) }}" class="logo" alt="Logo"/>
10   </a>
11
12   <p>Community ocean model for multifarious space and time scales</p>
13
14   <div class="version">{{ version }}</div>
15
16   {% include "searchbox.html" %}
17
18{% endblock %}
Note: See TracBrowser for help on using the repository browser.