refactor + macro fixes + theme system
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "macros/base.html" %}
|
||||
|
||||
|
||||
{% block title %}Historial de Rendiciones{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<!-- HEAD -->
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2 class="mb-4">Historial de Rendiciones</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user