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.
 
 
 
 
 

19 lines
364 B

{% load static %}
{% 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-->
</body>
</html>