<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="/imagenes/favicon.ico">
<title>{% block title %}Javier Ramos{% endblock %}</title>
{# Run `composer require symfony/webpack-encore-bundle`
and uncomment the following Encore helpers to start using Symfony UX #}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
<!--begin::Global Config(global config for global JS scripts)-->
<script>
var KTAppSettings = {
"breakpoints": {
"sm": 576,
"md": 768,
"lg": 992,
"xl": 1200,
"xxl": 1400
},
"colors": {
"theme": {
"base": {
"white": "#ffffff",
"primary": "#3699FF",
"secondary": "#E5EAEE",
"success": "#1BC5BD",
"info": "#8950FC",
"warning": "#FFA800",
"danger": "#F64E60",
"light": "#E4E6EF",
"dark": "#181C32"
},
"light": {
"white": "#ffffff",
"primary": "#E1F0FF",
"secondary": "#EBEDF3",
"success": "#C9F7F5",
"info": "#EEE5FF",
"warning": "#FFF4DE",
"danger": "#FFE2E5",
"light": "#F3F6F9",
"dark": "#D6D6E0"
},
"inverse": {
"white": "#ffffff",
"primary": "#ffffff",
"secondary": "#3F4254",
"success": "#ffffff",
"info": "#ffffff",
"warning": "#ffffff",
"danger": "#ffffff",
"light": "#464E5F",
"dark": "#ffffff"
}
},
"gray": {
"gray-100": "#F3F6F9",
"gray-200": "#EBEDF3",
"gray-300": "#E4E6EF",
"gray-400": "#D1D3E0",
"gray-500": "#B5B5C3",
"gray-600": "#7E8299",
"gray-700": "#5E6278",
"gray-800": "#3F4254",
"gray-900": "#181C32"
}
},
"font-family": "Poppins"
};
</script>
<script src="{{ asset('bundles/fosjsrouting/js/router.min.js') }}"></script>
<script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>
<!--end::Global Config-->
</head>
<body id="kt_body" class="header-fixed header-mobile-fixed subheader-enabled aside-minimize-hoverable">
{#{{ include("includes/layout/_extras/offcanvas/quick-panel.html.twig") }}#}
{{ include('includes/layout/_page-loader.html.twig') }}
<!--begin::Main-->
{{ include('includes/layout/_header-mobile.html.twig') }}
<div class="d-flex flex-column flex-root">
<!--begin::Wrapper-->
<div class="d-flex flex-column flex-row-fluid wrapper" id="kt_wrapper">
{#{{ include('includes/partials/_hr_sparkles.html.twig') }}#}
{{ include('includes/layout/_header.html.twig') }}
<!--begin::Content-->
<div class="content d-flex flex-column flex-column-fluid" id="kt_content">
{{ include('includes/partials/breadcrump.html.twig', {'text' : text}) }}
{% block body %}
{% endblock %}
</div>
<!--end::Content-->
{{ include('includes/layout/_footer.html.twig') }}
</div>
<!--end::Wrapper-->
</div>
<!--end::Main-->
{#{{ include('includes/layout/layout.html.twig') }}#}
{{ include('includes/layout/_extras/scrolltop.html.twig') }}
</body>
</html>