{% extends 'base.html' %} {% block title %}home{% endblock title %} {% block content %} {{obj.title}}
{% if qs %} {% else %} no customers in the db {% endif %} {% endblock content %}