<!--
## ## ### ######## ###### ## ## ###### ####### ## ## ######## ## #### ### ## ## ###### ########
## ## ## ## ## ## ## ## ## ## ## ## ## ### ### ## ## ## ## ## ## ### ## ## ## ##
## ## ## ## ## ## ## ## ## ## ## #### #### ## ## ## ## ## ## #### ## ## ##
######### ## ## ## ## ######### ## ## ## ## ### ## ######## ## ## ## ## ## ## ## ## ######
## ## ######### ## ## ## ## ## ## ## ## ## ## ## ## ######### ## #### ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ### ## ## ##
## ## ## ## ## ###### ## ## ###### ####### ## ## ## ######## #### ## ## ## ## ###### ########
At Kipu Compliance, we believe in revolutionizing the way behavioral healthcare facilities manage compliance and daily
operations. Our Chief Compliance Officer, Renee Douthat, who has extensive compliance experience in Substance Use
Treatment facilities, recognized the inefficiencies and limitations in the current system. With a passion for improving
the industry, Renee set out to create a solution that would streamline processes and provide greater transparency.
With her knowledge and network of professionals, Renee assembled a team of dedicated individuals who share her vision of
improving the behavioral healthcare industry. Together, they created Kipu Compliance to provide facilities with the
tools and support they need to increase efficiency, maintain compliance, and save money.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{# <base href="/">#}
<title>{% block title %}Kipu Compliance{% endblock %} {% if location is defined %} {% if location.name is not empty %}| {{ location.name }}{% endif %}{% if location.state is not empty %} - State: {{ location.state }}{% endif %}{% endif %}</title>
<link rel="icon" type="image/png" href="{{ asset('/favicon.png') }}" />
{% block stylesheets %}
{# <link href="//fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">#}
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% include '_include/pendo.html.twig' %}
</head>
<body id="page-top" class="d-block">
{% block login %}{% endblock %}
<div id="wrapper">
{% block sidebar %}{% endblock %}
{% block content %}{% endblock %}
<!-- Scroll to Top -->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
</div>
{% block modals %}
{% endblock %}
</body>
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
<script src="{{ asset('vendor/jquery-easing/jquery.easing.min.js') }}"></script>
<script src="{{ asset('vendor/datatables/jquery.dataTables.min.js') }}"></script>
<script src="{{ asset('vendor/datatables/dataTables.bootstrap4.min.js') }}"></script>
<link href="{{ asset('vendor/datatables/dataTables.bootstrap4.min.css') }}" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/js/bootstrap-datepicker.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker3.standalone.min.css" rel="stylesheet">
<script type="text/javascript" src="https://cdn.jsdelivr.net/momentjs/latest/moment.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L959FZLETN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L959FZLETN');
</script>
{% endblock %}
</html>