You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

34 lines
1.0 KiB

{% include("_head.html") %}
<body class="app">
{% include("_cabecera.html") %}
<div class="app-wrapper">
<div class="app-content pt-3 p-md-3 p-lg-4">
{% block content %}{% endblock %}
</div><!--//app-content-->
{% include("_footer.html") %}
</div><!--//app-wrapper-->
<!-- Javascript -->
<script src="{{ url_for('static', filename='plugins/popper.min.js') }}"></script>
<script src="{{ url_for('static', filename='plugins/bootstrap/js/bootstrap.min.js') }}"></script>
<!-- Charts JS -->
<script src="{{ url_for('static', filename='plugins/chart.js/chart.min.js') }}"></script>
<script src="{{ url_for('static', filename='plugins/js/index-charts.js') }}"></script>
<!-- La línea siguiente es para la demo de los charts en charts.html -->
<script src="{{ url_for('static', filename='js/charts-demo.js') }}"></script>
<!-- Page Specific JS -->
<script src="{{ url_for('static', filename='js/app.js') }}"></script>
</body>
</html>