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

Welcome to data.coley.au

Just another personal data lake, tracking {{ object_count }} objects across {{ model_count }} models. Feel free to explore!

{% for obj in page.object_list %}
{{ obj.plural }}
{{ obj.plural }}

{{ obj.description }}

View {{ obj.count }} {{ obj.plural }}
{% empty %} {% endfor %}
{% endblock content %}