{% extends '<%= snakeName %>/base.html' %} {% load static %} {% block title %} {{ thing_name }} {% endblock title %} {% block h1 %} {{ thing_name }} {% endblock h1 %} {% block content %} {% spaceless %} {% include 'dna/_thing_listed.html' %} {% endspaceless %}

{% endblock content %}