<!DOCTYPE html>
<html>
<head>
<meta contentType="text/html" />
<meta charset="UTF-8" />
<meta class="viewport" name="viewport" content="width=device-width, initial-scale=1.0">
{% block stylesheets %}
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light">
<link rel="stylesheet" type="text/css" href="{{ asset ('css/bootstrap.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/style.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/dark.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/font-icons.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/animate.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/magnific-popup.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/personal_2025_02_21/print.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/personal_2025_02_21/classes.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/personal_2025_02_21/custom.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ asset ('css/personal_2025_02_21/themeOverride.css') }}" />
{% block page_stylesheet %}{% endblock %}
{% endblock %}
{% block meta %}{% endblock %}
<title>{% block title %}{% endblock %}</title>
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}" />
</head>
<body>
{% block buttons %}{% endblock %}
{% block content %}{% endblock %}
{% block javascripts %}
<script type="text/javascript" src="{{ asset ('js/jquery.js') }}"></script>
<script type="text/javascript" src="{{ asset ('js/plugins.js') }}"></script>
<script type="text/javascript" src="{{ asset ('js/functions.js') }}"></script>
<script type="text/javascript" src="{{ asset ('js/personal/utilities.js') }}"></script>
<script>$(function () {$('[data-toggle="tooltip"]').tooltip()});</script>
{% endblock %}
{% block modals %}{% endblock %}
</body>
</html>