-
Claire Levy authoredcbad6a04
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
layout.html 543 B
{% extends "!layout.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
{% endblock %}
{% block sidebartitle %}
<p>Community ocean model for multifarious space and time scales</p>
<a href="https://forge.nemo-ocean.eu/nemo">
<img src="{{ pathto('_static/NEMO_grey.png', 1) }}" class="logo" alt="Logo"/>
</a>
<p> Click on NEMO icon to go back to NEMO Gitlab </p>
<div class="version">{{ version }}</div>
{% include "searchbox.html" %}
{% endblock %}