add API Welcome Text

This commit is contained in:
Laura Klünder 2016-09-12 02:16:46 +02:00
parent 568f0f2831
commit 6d599d6338

View file

@ -18,3 +18,10 @@
{% block branding %}
<span class="navbar-brand">c3nav API</span>
{% endblock %}
{% block description %}
{% if breadcrumblist|length == 1 %}
<p>Welcome to the c3nav RESTful API.</p>
{% else %}{{ description }}{% endif %}
{% endblock %}