{% extends "base.html" %} {% load bootstrap4 %} {% block content %}

{{ datasource.name }}

{% if datasource.description %}

{{ datasource.description }}

{% endif %}
Owner {{ datasource.owner }}
URL {{ datasource.url }}
{% endblock %}