dars-catalog 0.1.0

Catalog for dars-dap
Documentation
{% extends "base.html" %}
{% block content %}
<p>
    <h1>𓃢  DARS</h1>
</p>
<hr />

<h2>Welcome to the DARS OPeNDAP server. We are currently serving <strong>{{ ndatasets }}</strong> datasets.</h2><br/>
<br/>
<br/>
<div class="explore">
    <a href="{{root}}/data"><h1>Explore datasets</h1></a>
</div>
<br/>
<br >

{% endblock content %}