{% extends 'base/page.html.j2' %} {% block title %}Clients{% endblock %} {% block page_content %}
{% block master %}

Master list goes here

{% endblock %}
{% block detail %}

Select an item from the list to view details.

{% endblock %}
{% endblock %}